1namespace ONNX_NAMESPACE {
2
3const int AI_ONNX_PYTORCH_DOMAIN_MIN_OPSET = 1;
4const int AI_ONNX_PYTORCH_DOMAIN_MAX_OPSET = 1;
5constexpr const char* AI_ONNX_PYTORCH_DOMAIN = "ai.onnx.pytorch";
6
7} // namespace ONNX_NAMESPACE
8