Caffe2 - Python API
A deep learning, cross platform ML framework
List of all members
torch.multiprocessing.pool.Pool Class Reference

Detailed Description

Pool implementation which uses our version of SimpleQueue.
This lets us pass tensors in shared memory across processes instead of
serializing the underlying data.

Definition at line 17 of file pool.py.


The documentation for this class was generated from the following file: