org.tensorflow.lite.support.common.ops

Classes

CastOp Casts a TensorBuffer to a specified data type. 
DequantizeOp Dequantizes a TensorBuffer with given zeroPoint and scale
NormalizeOp Normalizes a TensorBuffer with given mean and stddev: output = (input - mean) / stddev. 
QuantizeOp Quantizes a TensorBuffer with given zeroPoint and scale