Add new ops ARGMAX and ARGMIN
Bug: 113558658
Test: NeuralNetworksTest_static
Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567
Merged-In: I8862d4062181689ce69ab65aa07c1b6af07ba567
(cherry picked from commit cc31bd6622
)
This commit is contained in:
parent
999693e4e8
commit
1ba0f52432
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ import @1.1::OperationType;
|
|||
* The type of an operation in a model.
|
||||
*/
|
||||
enum OperationType : @1.1::OperationType {
|
||||
|
||||
// TODO: Sync docs.
|
||||
ARGMAX = 38,
|
||||
ARGMIN = 39,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue