# ONNX103: empty-value-name **Code:** `ONNX103` **Name:** `empty-value-name` **Severity:** warning **Category:** ir **Target:** graph **Fixable:** 🔧 Yes ## Message Value has no name set. ## Suggestion Assign a name to the value, or apply `--fix` to auto-name all values with `NameFixPass`. ## Details In onnx_ir, Value objects can exist without names, but names are required for serialization and debugging. Values without names may cause issues during export.