minfhong-qti
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. ###...
### 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...
### 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...