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
onnx
onnx.h
1
#pragma once
2
3
namespace
torch
{
namespace
onnx
{
4
5
enum class
OperatorExportTypes {
6
ONNX,
// Strict ONNX export
7
ONNX_ATEN,
// ONNX With ATen op everywhere
8
ONNX_ATEN_FALLBACK,
// ONNX export with ATen fallback
9
RAW,
// Raw export (no ONNX)
10
};
11
}}
// namespace torch::onnx
ONNX_NAMESPACE
Definition:
constants.h:1
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:23 for Caffe2 - C++ API by
1.8.11