Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ba0f524 authored by Slava Shklyaev's avatar Slava Shklyaev Committed by Przemyslaw Szczepaniak
Browse files

Add new ops ARGMAX and ARGMIN

Bug: 113558658
Test: NeuralNetworksTest_static
Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567
Merged-In: I8862d4062181689ce69ab65aa07c1b6af07ba567
(cherry picked from commit cc31bd66)
parent 999693e4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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,
};

/**