Sign in
android
/
platform
/
external
/
pytorch
/
4fcab92d6c
/
.
/
caffe2
/
onnx
/
torch_ops
/
constants.h
blob: ebd2a2464d9b334179efed03018cc1daf3351053 [
file
] [
log
] [
blame
]
namespace
ONNX_NAMESPACE
{
const
int
AI_ONNX_PYTORCH_DOMAIN_MIN_OPSET
=
1
;
const
int
AI_ONNX_PYTORCH_DOMAIN_MAX_OPSET
=
1
;
constexpr
const
char
*
AI_ONNX_PYTORCH_DOMAIN
=
"ai.onnx.pytorch"
;
}
// namespace ONNX_NAMESPACE