Skip to main content

Module tensor

Module tensor 

Source
Expand description

Quantized tensor types with metadata.

This module provides type-safe INT8 tensors with quantization metadata for efficient neural network inference.

Structsยง

QuantizationMetadata
Metadata for a quantized tensor.
QuantizedTensor
Quantized tensor with INT8 data and metadata.