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