Skip to main content

QuantizedTensor

Type Alias QuantizedTensor 

Source
pub type QuantizedTensor = QuantizedTensorGeneric<Int8Range>;
Expand description

An INT8 quantized tensor with optional per-channel parameters.

Aliased Typeยง

pub struct QuantizedTensor { /* private fields */ }