Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add ONNX to TOSA lowering for onnx.Tile #33

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

TinaAMD
Copy link
Collaborator

@TinaAMD TinaAMD commented Jan 8, 2024

  • Lowering can only be done if the input is ranked
  • The repetitions need to be constant

@TinaAMD TinaAMD requested review from ttjost and mgehre-amd January 8, 2024 13:12
@TinaAMD TinaAMD force-pushed the tina.FXML-4025-onnx-to-tosa-tile branch from 5e60687 to b0f6d5a Compare January 8, 2024 13:14
* Lowering can only be done if the input is ranked
* The repetitions need to be constant
@TinaAMD TinaAMD force-pushed the tina.FXML-4025-onnx-to-tosa-tile branch from b0f6d5a to 48d1678 Compare January 8, 2024 13:16
* Use the type converter to lower to a valid tosa type
* Restrict the types according to the ones the tile operator permits
* Clean up matching of the constant repetitions
@TinaAMD TinaAMD requested review from ttjost and mgehre-amd January 9, 2024 09:04
@TinaAMD TinaAMD merged commit caebd57 into feature/onnx-to-tosa Jan 9, 2024
4 checks passed
@TinaAMD TinaAMD deleted the tina.FXML-4025-onnx-to-tosa-tile branch January 9, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants