| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> StatefulUniform<Float> |
StatefulUniform.create(Scope scope,
Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape)
Factory method to create a class wrapping a new StatefulUniform operation using default output types.
|
static <U,T> StatefulUniform<U> |
StatefulUniform.create(Scope scope,
Operand<?> resource,
Operand<Long> algorithm,
Operand<T> shape,
Class<U> dtype)
Factory method to create a class wrapping a new StatefulUniform operation.
|
Copyright © 2015–2019. All rights reserved.