| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> QuantizedInstanceNorm<T> |
Ops.quantizedInstanceNorm(Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Adds an
QuantizedInstanceNorm operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> QuantizedInstanceNorm<T> |
QuantizedInstanceNorm.create(Scope scope,
Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Factory method to create a class to wrap a new QuantizedInstanceNorm operation to the graph.
|
Copyright © 2015–2019. All rights reserved.