Skip to content

[Tracking issue] Quantized TFLite operators #9187

@leandron

Description

@leandron

As part of #9165, we recently enabled support for quantized operators in the TFLite frontend "unary element-wise" function, that does generic support for a few operators.

That opens the door for more operators to be supported easily, just pending the addition of tests and logically unlocking the conditional block that is keeping the quantised version of the operator to be unsupported. See the example as implemented in #9165.

This is a tracking issue for new unary element-wise operators to be supported:

For each operator above, there are actions to be taken:

  1. Remove the conditional block if self.is_quantized(op): ...
  2. Implement unit tests
  3. ask any committer in the project to update this issue, reflecting the PR to support the operators on the list above

#9165 can be used as an example.

Resources:

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