[xnnpack] basic QDQ operators support (#11912)
* basic ops for mobilenet,qconv,qsoftmax,qavgpool
update Xnnpack to latest
unit test
* NodeUnit: use outputedge to replace output-node
* qdq model e2e test
* use inlinedvector to replace vector
* conv bias check
* tensorshape helpers
* Refactor xnn_op minmax
* Qlinearsoftmax schema update
* Remove qlinearsoftmax registration
Co-authored-by: Jicheng Wen <jicwen@microsoft.com>