Caffe2 - C++ API
A deep learning, cross platform ML framework
symbolic.h
1 #pragma once
2 
3 #include <torch/csrc/jit/ir.h>
4 #include <torch/csrc/onnx/onnx.h>
5 #include <vector>
6 
7 namespace torch { namespace autograd {
8 
10  jit::Block* block;
11 };
12 
13 struct symbolic_unconvertible : public std::runtime_error {
14  using std::runtime_error::runtime_error;
15 };
16 
17 }} // namespace torch::autograd
Definition: jit_type.h:17