torch.mps.current_allocated_memory¶ torch.mps.current_allocated_memory()[source][source]¶ 返回张量当前占用的 GPU 内存大小,单位为字节。 注意 返回的大小不包括 MPSAllocator 内存池中的缓存分配。 返回类型 int