torch.mps.current_allocated_memory

torch.mps.current_allocated_memory()[源代码]

返回当前GPU上张量占用的内存大小(以字节为单位)。

注意

返回的大小不包含 MPSAllocator 内存池中的缓存分配。

返回类型

int

本页目录