History log of /frameworks/ml/nn/runtime/test/TestValidateOperations.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b66b5abcef40e88df6ac18ce7890372192102323 02-Apr-2018 Miao Wang <miaowang@google.com> Finalize STRIDED_SLICE

- Add documentation for begin_mask, end_mask, shrink_axis_mask.
- Add support for shrink_axis_mask, and corresponding tests.
- Add validation tests for STRIDED_SLICE.
- Updated existing tests and re-generated CTS and VTS tests.

Bug: 73661082
Test: NeuralNetworksTests_static
Change-Id: I49ad2ffcb3b7496ee1225618833ba324bb01c5b5
/frameworks/ml/nn/runtime/test/TestValidateOperations.cpp
9b86f196698b386c0761d505e7c8c7b3a42e8d22 03-Apr-2018 Michael Butler <butlermichael@google.com> Add validation tests for remaining operations

Adds operation validation tests for the following ops:
* embedding lookup
* hashtable lookup
* lsh projection
* lstm
* rnn
* svdf

Bug: 67828197
Test: mma
Test: NeuralNetworksTest_static
Change-Id: I018d6f9c8f09f5e3bdbf85c395dbb4cd9241a35e
/frameworks/ml/nn/runtime/test/TestValidateOperations.cpp
a9ce0001ca1df32fde3f322c385eef8ce7279329 23-Mar-2018 Miao Wang <miaowang@google.com> Remove unused / unimplemented parameter "crops" for BATCH_TO_SPACE

Bug: 73661175
Test: mm
Test: NeuralNetworksTests
Change-Id: If4b50c50e0847ce36016f6c257aac3b9d418c7b2
/frameworks/ml/nn/runtime/test/TestValidateOperations.cpp
137d278a0b2e3f2b518ab30b24755838d807759a 07-Mar-2018 Miao Wang <miaowang@google.com> Add basic validation for ANeuralNetworksModel_addOperation

- This change tries to catch errors during
ANeuralNetworksModel_addOperation.
- It checks the expected number of arguments and their types.
- Add tests for most of the operations.
- Fix a bug in another test caught by this change.

Bug: 67828197
Test: mm
Test: NeuralNetworksTest
Change-Id: I565a8a08f96dd9f2b15a8e413360df0bedc57f37
/frameworks/ml/nn/runtime/test/TestValidateOperations.cpp