V - data type for z() output@Operator public final class QuantizedMul<V> extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static <V,T,U> QuantizedMul<V> |
create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
Output<Float> |
maxZ()
The float value that the highest quantized output value represents.
|
Output<Float> |
minZ()
The float value that the lowest quantized output value represents.
|
Output<V> |
z() |
equals, hashCode, toStringpublic static <V,T,U> QuantizedMul<V> create(Scope scope, Operand<T> x, Operand<U> y, Operand<Float> minX, Operand<Float> maxX, Operand<Float> minY, Operand<Float> maxY, Class<V> Toutput)
scope - current graph scopex - y - minX - The float value that the lowest quantized `x` value represents.maxX - The float value that the highest quantized `x` value represents.minY - The float value that the lowest quantized `y` value represents.maxY - The float value that the highest quantized `y` value represents.Toutput - Copyright © 2015–2019. All rights reserved.