# ONNX009: initializer-name-conflict **Code:** `ONNX009` **Name:** `initializer-name-conflict` **Severity:** error **Category:** spec **Target:** graph **Fixable:** No ## Message Initializer name conflicts with a subgraph input name. ## Suggestion Rename the initializer or the subgraph input to avoid the conflict. ## Details An initializer cannot share its name with a subgraph input, as this creates ambiguity in value resolution.