xref: /aosp_15_r20/external/pytorch/tools/onnx/templates/rules.h.in (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1#pragma once
2
3/**
4${generated_comment}
5 */
6
7namespace torch::onnx::diagnostics {
8
9enum class Rule : uint32_t {
10${rules}
11};
12
13static constexpr const char* const kPyRuleNames [] = {
14${py_rule_names}
15};
16
17} // namespace torch::onnx::diagnostics
18