torch.Tensor.int_repr Tensor.int_repr() → Tensor 对于一个给定的量化张量,self.int_repr() 会返回一个具有 uint8_t 数据类型的 CPU 张量,这个张量包含了该量化张量内部的所有 uint8_t 类型的数据值。