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