To move from TF C API to TFLite, we found that the argmax op in TFLite does not work for int64 inputs, so cast the int64 inputs to int32 inputs to make TFLite argmax op work
Details
Details
- Reviewers
mtrofin - Commits
- rG3edd8978c312: fix mlgo regalloc test model generation for tflite
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
yundiqian retitled this revision from # Enter a commit message. dfdds to fix mlgo regalloc test model generation for tflite.Aug 8 2022, 8:40 PM
This revision is now accepted and ready to land.Aug 9 2022, 12:36 PM
This revision was landed with ongoing or failed builds.Aug 9 2022, 12:37 PM
Closed by commit rG3edd8978c312: fix mlgo regalloc test model generation for tflite (authored by yundiqian, committed by mtrofin). · Explain Why
This revision was automatically updated to reflect the committed changes.