torch.Tensor.int_repr¶ Tensor.int_repr() → Tensor¶ 對於一個量化後的 Tensor,self.int_repr() 返回一個數據型別為 uint8_t 的 CPU Tensor,該 Tensor 儲存了原 Tensor 的底層 uint8_t 值。