forked from neo-ai/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for tflite arg_min and arg_max (apache#5992)
* [Relay][Frontend][TFLite] Add parser support for arg_min_max * this implementation supports only the case when the axis is a scalar * tflite 1.13 removes all dims of size 1, Relay doesn't do this * WARNING: every newer version of tflite > 1.13 needs keepdims=TRUE * Migrated to tflite 2.1.0 keepdims set to False and added some checks Note the unit tests emmitted following warning: /workspace/src/te/schedule/bound.cc:119: not in feed graph consumer = compute(T_multiply_red_temp, 0x53f5050) * linter * Removed quantized argmin Removed quantized argmin due to inablility to provide proper test case * added negative ranges * re-trigger CI Co-authored-by: Ina_Dobreva <Ina.Dobreva@arm.com>
- Loading branch information
1 parent
67f6e4c
commit 2d3a8b2
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters