Class Requantize.Inputs
- Enclosing class:
Requantize<U extends TNumber>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe input inputThe float value that the maximum quantized input value represents.The float value that the minimum quantized input value represents.final DataTypeThe type of the output.The float value that the maximum quantized output value represents.The float value that the minimum quantized output value represents.final DataTypeThe type of the input. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanRequantize<?> The outputs of this operation.final inthashCode()final StringtoString()
-
Field Details
-
input
-
inputMin
-
inputMax
-
requestedOutputMin
-
requestedOutputMax
-
Tinput
The type of the input. -
outType
The type of the output. Should be a lower bit depth than Tinput.
-
-
Constructor Details
-
Inputs
-