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
jit
irparser.h
1
#include <string>
2
3
namespace
torch
{
4
namespace
jit {
5
6
struct
Graph;
7
8
namespace
script {
9
10
// \brief Parse IR from \p STR constructing the corresponding IR in\ GRAPH.
11
void
parseIR(
const
std::string& str,
torch::jit::Graph
* graph);
12
13
}
// namespace script
14
}
// namespace jit
15
}
// namespace torch
torch::jit::Graph
Definition:
ir.h:936
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:23 for Caffe2 - C++ API by
1.8.11