Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
autograd
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
9
struct
SymbolicContext
{
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
torch::autograd::symbolic_unconvertible
Definition:
symbolic.h:13
torch::autograd::SymbolicContext
Definition:
symbolic.h:9
torch
Definition:
jit_type.h:17
torch::jit::Block
Definition:
ir.h:818
Generated on Thu Mar 21 2019 13:06:22 for Caffe2 - C++ API by
1.8.11