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