commit | 1ba0f52432dba149cfb7bbbc70efa093913bec59 | [log] [tgz] |
---|---|---|
author | Slava Shklyaev <slavash@google.com> | Wed Sep 19 16:55:31 2018 +0100 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Tue Oct 09 13:07:55 2018 +0000 |
tree | 8feb020d4ef9eeed91305f95abf53afef48b082a | |
parent | 999693e4e83c71c7d84a10825d4f5101f5f2c0b1 [diff] |
Add new ops ARGMAX and ARGMIN Bug: 113558658 Test: NeuralNetworksTest_static Change-Id: I8862d4062181689ce69ab65aa07c1b6af07ba567 Merged-In: I8862d4062181689ce69ab65aa07c1b6af07ba567 (cherry picked from commit cc31bd6622f5e01ab640916fbb26433dd4ff9db2)
diff --git a/neuralnetworks/1.2/types.hal b/neuralnetworks/1.2/types.hal index 61970f0..fc2b540 100644 --- a/neuralnetworks/1.2/types.hal +++ b/neuralnetworks/1.2/types.hal
@@ -26,7 +26,9 @@ * The type of an operation in a model. */ enum OperationType : @1.1::OperationType { - + // TODO: Sync docs. + ARGMAX = 38, + ARGMIN = 39, }; /**