summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 999693e)
raw | patch | inline | side by side (parent: 999693e)
author | Slava Shklyaev <slavash@google.com> | |
Wed, 19 Sep 2018 15:55:31 +0000 (16:55 +0100) | ||
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | |
Tue, 9 Oct 2018 13:07:55 +0000 (13:07 +0000) |
Bug: 113558658
Test: NeuralNetworksTest_static
Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567
Merged-In: I8862d4062181689ce69ab65aa07c1b6af07ba567
(cherry picked from commit cc31bd6622f5e01ab640916fbb26433dd4ff9db2)
Test: NeuralNetworksTest_static
Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567
Merged-In: I8862d4062181689ce69ab65aa07c1b6af07ba567
(cherry picked from commit cc31bd6622f5e01ab640916fbb26433dd4ff9db2)
neuralnetworks/1.2/types.hal | patch | blob | history |
index 61970f00fdf570b852d285c268d5336a3223fa50..fc2b540297a690ca5efb6fd6d69641d6c2af3cee 100644 (file)
* The type of an operation in a model.
*/
enum OperationType : @1.1::OperationType {
-
+ // TODO: Sync docs.
+ ARGMAX = 38,
+ ARGMIN = 39,
};
/**