Commits


Chun-Wei Chen authored and GitHub committed 744809ceaed
Detect whether the node has been inserted cast nodes twice (#4811) * check whether the node has been casted before * check casted node logically * better naming convention * nit: extra space * change to skip for Cast Node * remove hasNodeBeenCast * Add a Unit test * Add test onnx file * nit: naming convention and comments * check CI: try to remove test * move test to existing test file