Caffe2 - C++ API
A deep learning, cross platform ML framework
python_comm.h
1 #pragma once
2 
3 namespace torch { namespace cuda { namespace python {
4 
5 void initCommMethods(PyObject *module);
6 
7 }}}
Definition: jit_type.h:17