Crate caffe2op_quantdecode
source ·Macros
Structs
- | Decode inputs using codebook. | | This is a general LUT operator that returns | tensors with values from codebook (input | 0) based on given indices in codes (input | 1 ~ n). |
Enums
- | Decode tensors based on given codebook, | | The codebook is generated by model_quantize.py |