ONNX002: empty-initializer-name¶
Code: ONNX002
Name: empty-initializer-name
Severity: error
Category: spec
Target: graph
Fixable: 🔧 Yes
Message¶
Initializer name is empty.
Suggestion¶
Set a name for the initializer tensor, or apply --fix to auto-name all values with NameFixPass.
Details¶
All initializers within a graph must have non-empty names.