pub const CONTRIB_DOMAIN: &str = "com.microsoft";Expand description
The private contrib domain under which the optimizer emits every fused op.
com.microsoft is the established ONNX-ecosystem contrib domain; keeping our
fused ops there (rather than the reserved ""/ai.onnx domain) avoids
colliding with standard-op opset validation, keeps kernel dispatch keyed
unambiguously on (domain, op_type), and stays interoperable with
ORT-exported models. This is model-agnostic: it is a property of the op
domain, independent of any particular model.