onnx icon indicating copy to clipboard operation
onnx copied to clipboard

Add check for reusing initializer names from outer scopes

Open alx256 opened this issue 10 months ago • 0 comments

Description

Add check that new initializer names are not in the parent context.

Motivation and Context

Aims to resolve #6980. Checker already enforces no shadowing for inputs and node outputs, but this aims to also enforce this with new initializer names, in accordance with the update to the IR specification.

alx256 avatar May 26 '25 19:05 alx256