tvm
|
A special communication channel between controler and worker-0, assuming they are always collocated in the same process. More...
#include <session.h>
Public Attributes | |
std::queue< NDArray > | host_arrays |
The host-side arrays to passed to worker-0 for special uses, for example, copy-to-worker0 and copy-from-worker0. More... | |
std::mutex | queue_mutex_ |
The mutex that guards host_arrays More... | |
A special communication channel between controler and worker-0, assuming they are always collocated in the same process.
std::queue<NDArray> tvm::runtime::WorkerZeroData::host_arrays |
The host-side arrays to passed to worker-0 for special uses, for example, copy-to-worker0 and copy-from-worker0.
std::mutex tvm::runtime::WorkerZeroData::queue_mutex_ |
The mutex that guards host_arrays