Skip to content

Improve tflite testing for quantized conv2d. #4823

@u99127

Description

@u99127

@anijain2305 , @inadob

While we have tests for qnn.conv2d at the relay level, the recent issue with padding highlighted by the pull request #4807 has highlighted the need for better unit tests for quantized conv2d in the tflite frontend. One of the reasons that we hit this issue in the tflite frontend is that the relay unit tests for qnn.conv2d considered an implicit padding while the tflite frontend lowers the padding in quantized conv2d into a separate relay operation. Thus we need to have a unit test for qnn.conv2d for the tflite frontend.

Further it's probably worth a separate audit to make sure we have adequate tests for qnn ops in the tflite frontend for those operators that are not added.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions