Commits


Adrian Lizarraga authored and GitHub committed 1c79897c90f
[QNN EP] Support LpNormalization (#18561) ### Description Add support for the ONNX LpNormalization operator (p == 2). This is translated to QNN's L2Norm operator. ### Motivation and Context Support more models with QNN EP