Caffe2 - C++ API
A deep learning, cross platform ML framework
init.h
1 #pragma once
2 
3 #include <torch/csrc/utils/python_stub.h>
4 
5 namespace torch {
6 namespace python {
8 void init_bindings(PyObject* module);
9 } // namespace python
10 } // namespace torch
Definition: jit_type.h:17