Describe the feature request
ORT-QNN_EP does not have a OpBuilder for the ScatterElements Op, request to provide support for the Op and create an op builder with INT32 support for indices parameter.
Describe scenario use case
Currently we will get the below error if any model with ScatterElements is executed via ORT-QNN EP.
Operator type: ScatterElements Node name: ScatterElements_302 Node index: 205
REASON : qnn_node_group.cc:39 onnxruntime::qnn::QnnNodeUnitWrapper::IsSupported Operators of type `ScatterElements` are not supported by QNN EP.ScatterElements node `ScatterElements_302` will not be assigned to QNN EP.
Describe the feature request
ORT-QNN_EP does not have a OpBuilder for the ScatterElements Op, request to provide support for the Op and create an op builder with INT32 support for indices parameter.
Describe scenario use case
Currently we will get the below error if any model with ScatterElements is executed via ORT-QNN EP.