TensorPlay
API symbolsutils
Copy
View MarkdownDownload .md

tensorplay.utils.data.get_worker_info

tensorplay.utils.data.get_worker_info() WorkerInfo | None[source]

Returns the information about the current DataLoader iterator worker process. When called in a worker process, returns a WorkerInfo object with information about that worker process; otherwise returns None.

Ask DeepWiki