torch.Tensor.int_repr¶ Tensor.int_repr() → Tensor¶ 对于一个量化后的 Tensor,self.int_repr() 返回一个数据类型为 uint8_t 的 CPU Tensor,该 Tensor 存储了原 Tensor 的底层 uint8_t 值。