torch.Tensor.int_repr¶ Tensor.int_repr() → Tensor¶ 給定一個量化的 Tensor,self.int_repr() 會傳回一個 CPU Tensor,其資料類型為 uint8_t,用於儲存給定 Tensor 的底層 uint8_t 值。