minfhong-qti

Results 3 issues of minfhong-qti

### Description Define a util function `IsNullNodeUnitIODef` to check whether given tensor has 0-dim in shape. To restrict the impact, current implementation only skip constructing such tensor for Concat. ###...

ep:QNN

### Description - Implement NonZero op builder and regsiter QDQ selector. - Implement ShapeNonZero QNN preprocess to fix shape. Test: UTs. ### Motivation and Context Unlike ONNX NonZero which normally...

ep:QNN

### Description - Input pb files were read in incorrect order. - Cause: Python `sorted` was used to acquire sorted input files in order. However, the input files would be...