Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added Additional Operators to support for Requantizer; Resolved assertion failed due to unequal shapes #3041

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Aravindbolloju
Copy link

Added support for following operators

  1. GREATER
  2. SELECT_V2
  3. PAD
  4. SUB
  5. BATCH_MATMUL
  6. CONCATENATION
  7. MUL
  8. ADD
  9. CALL_ONCE
  10. VAR_HANDLE
  11. READ_VARIABLE
  12. ASSIGN_VARIABLE
  13. FLOOR_DIV
  14. CAST
  15. COS
  16. SIN
  17. UNPACK
  18. TRANSPOSE
  19. SPLIT
  20. RESIZE_NEAREST_NEIGHBOR

Verified

This commit was signed with the committer’s verified signature.
@Aravindbolloju Aravindbolloju requested a review from a team as a code owner January 26, 2025 04:12

Verified

This commit was signed with the committer’s verified signature.
… unequal shapes issue . [for eg: shapes (62,) (0,)]"
@Aravindbolloju Aravindbolloju changed the title Added Additional Operators to support for Requantizer Added Additional Operators to support for Requantizer; Resolved assertion failed due to unequal shapes Jan 26, 2025
@ddavis-2015
Copy link
Member

@Aravindbolloju I am not sure why CALL_ONCE and VAR_HANDLE are included in this change. CALL_ONCE has no input/output tensors. The VAR_HANDLE output tensor contains a single unquantized scalar.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants