Skip to content

SoftmaxInt8 is implemented but ONNX importer does not parse QLinearSoftmax #23636

@fengyuentau

Description

@fengyuentau

Describe the feature and motivation

QLinearSoftmax is an operator from domain com.microsoft, which is not part of the standard ONNX opset. We have SoftmaxInt8 implemented in https://github.com/opencv/opencv/blob/4.x/modules/dnn/src/int8layers/softmax_layer.cpp and QLinearSoftmax should be mapped to SoftmaxInt8, but there is no parser for QLinearSoftmax in the ONNX importer.

Model is attached here qlinearsoftmax.zip. Network arch is as below:

image

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions