Module types

Module types 

Source
Expand description

Quantized tensor data types and core structures 量子化テンソルデータ型とコア構造 Quantized tensor types and data structures 量子化テンソル型とデータ構造

Structs§

Int4
4-bit quantized integer (stored in i8) 4ビット量子化整数(i8に保存)
QuantizedTensor
Quantized tensor with integer data type and quantization parameters 整数データ型と量子化パラメータを持つ量子化テンソル
QuantizedTensorView
Zero-copy view of a quantized tensor 量子化テンソルのゼロコピービュー

Enums§

QuantizationType
Supported quantization data types サポートされている量子化データ型

Traits§

QuantizableInteger
Trait for quantizable integer types 量子化可能な整数型のトレイト