Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
caffe2
onnx
torch_ops
schema.h
1
#pragma once
2
3
#include "./constants.h"
4
#include "onnx/defs/schema.h"
5
6
#define ONNX_PYTORCH_OPERATOR_SET_SCHEMA(name, ver, impl) \
7
ONNX_OPERATOR_SET_SCHEMA_EX( \
8
name, PyTorch, AI_ONNX_PYTORCH_DOMAIN, ver, false, impl)
Generated on Thu Mar 21 2019 13:06:17 for Caffe2 - C++ API by
1.8.11