Caffe2 - C++ API
A deep learning, cross platform ML framework
python_nn_functions.h
1 #pragma once
2 
3 // ${generated_comment}
4 
5 #include <Python.h>
6 
7 namespace torch { namespace autograd {
8 
9 void initNNFunctions(PyObject* module);
10 
11 }} // namespace torch::autograd
Definition: jit_type.h:17