| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.random |
| Modifier and Type | Method and Description |
|---|---|
<U extends Number,T extends Number> |
RandomOps.randomUniform(Operand<T> shape,
Class<U> dtype,
RandomUniform.Options... options)
Builds an
RandomUniform operation |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Number,T extends Number> |
RandomUniform.create(Scope scope,
Operand<T> shape,
Class<U> dtype,
RandomUniform.Options... options)
Factory method to create a class wrapping a new RandomUniform operation.
|
Copyright © 2015–2019. All rights reserved.