Sign in
android
/
platform
/
external
/
pytorch
/
6b85c99ce5
/
.
/
caffe2
/
onnx
/
torch_ops
/
schema.h
blob: 3454e366a1eeba548940f084a8e085804c2d68d5 [
file
] [
log
] [
blame
]
#pragma
once
#include
"./constants.h"
#include
"onnx/defs/schema.h"
#define
ONNX_PYTORCH_OPERATOR_SET_SCHEMA
(
name
,
ver
,
impl
)
\
ONNX_OPERATOR_SET_SCHEMA_EX
(
\
name
,
PyTorch
,
AI_ONNX_PYTORCH_DOMAIN
,
ver
,
false
,
impl
)