Back to Tensorflow

org.tensorflow.lite.support.common.ops

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/support/common/ops/package-summary.html

2.21.0657 B
Original Source

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. |