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

Commit cc31bd66 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
parent 2f37ada8
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,
};

/**