| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessRandomUniform operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessRandomUniform operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph, using default output types.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph.
|
Copyright © 2015–2019. All rights reserved.