TensorPlay
API symbolscuda
Copy
View MarkdownDownload .md

tensorplay.cuda.memory_reserved

tensorplay.cuda.memory_reserved(device: Any | None = None) int[source]

Return the current GPU memory managed by the caching allocator in bytes for a given device.

Parameters:

device (tensorplay.Device or int, optional) – selected device. Returns statistic for the current device, given by current_device(), if device is None (default).

Ask DeepWiki