| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static FusedBatchNormV2.Options |
FusedBatchNormV2.dataFormat(String dataFormat) |
FusedBatchNormV2.Options |
FusedBatchNormV2.Options.dataFormat(String dataFormat) |
static FusedBatchNormV2.Options |
FusedBatchNormV2.epsilon(Float epsilon) |
FusedBatchNormV2.Options |
FusedBatchNormV2.Options.epsilon(Float epsilon) |
static FusedBatchNormV2.Options |
FusedBatchNormV2.isTraining(Boolean isTraining) |
FusedBatchNormV2.Options |
FusedBatchNormV2.Options.isTraining(Boolean isTraining) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.