Caffe2 - C++ API
A deep learning, cross platform ML framework
constants.h
1 namespace ONNX_NAMESPACE {
2 
3 const int AI_ONNX_PYTORCH_DOMAIN_MIN_OPSET = 1;
4 const int AI_ONNX_PYTORCH_DOMAIN_MAX_OPSET = 1;
5 constexpr const char* AI_ONNX_PYTORCH_DOMAIN = "ai.onnx.pytorch";
6 
7 } // namespace ONNX_NAMESPACE