mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add new ops ARGMAX and ARGMIN
Bug: 113558658 Test: NeuralNetworksTest_static Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567
This commit is contained in:
committed by
Przemyslaw Szczepaniak
parent
2f37ada840
commit
cc31bd6622
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user