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