History log of /frameworks/ml/nn/runtime/test/specs/generate_vts_test.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c6328ec1ce3e2dc25e1c5cb934df8baa657992d 13-Oct-2017 I-Jui (Ray) Sung <ijsung@google.com> Generate MobilNet quantized in the test generation script

Generate MobileNet quantized and prevent the test from being
overwritten. It was with a different suffix from the one recognized by
the test geneartor script, and thus effectively it was ignored.

This CL updates the suffix of the test spec for MobileNet. Also, since
the example file is generated elsewhere, we want the generator script
not to overwrite it.

Also, skip MobileNet quantized entirely in VTS as it is known to fail
at this moment.

Test: NeuralNetworkTest on Angler
Test: VtsHalNeuralnetworksV1_0TargetTest on CPU sample driver
Bug: 67394906
Change-Id: Ia944aeaa74e9318014f34cfc2fea6dcbf3f0f1ba
/frameworks/ml/nn/runtime/test/specs/generate_vts_test.sh
7d6ac906f000f3afe418e92c0a4ae36b2ea1143e 23-Sep-2017 Jean-Luc Brouillet <jeanluc@google.com> Remove operationTuple.

Removed operationTuple from Model in the HAL, as the data type was
redundant information.

Removed supportedOperationTuples from Capabilities, as real drivers need
more complex restrictions than this provided. For the OC-MR1, we'll just
rely on getSupportedNodes.

Also removed the unused cachesCompilation.

Bug: 63905942
Test: Compiled and ran tests, incl. vts.

Change-Id: I84433d1e0e5211ac2f77317f3752171d85a5ab04
/frameworks/ml/nn/runtime/test/specs/generate_vts_test.sh
b6b3dc4cc7a45b61fcfa503f776f658148b5a2a4 14-Sep-2017 I-Jui (Ray) Sung <ijsung@google.com> Support don't care outputs in VTS tests

- Updated test generator to generate helper functions
- Re-generated VTS tests

Actual uses of the infrastructure (IgnoredOutput) come with the test
specs of LSTM.

Bug: 63905942
Test: test.py on host
Test: NeuralNetworksTest on Angler
Test: VtsHalNeuralnetworksV1_0TargetTest on Angler
Change-Id: I464aa1cd77fd2d2fecab5d01dd223346fce04f7b
/frameworks/ml/nn/runtime/test/specs/generate_vts_test.sh
420cf7bdb689bc53b2a4e8c5f9eca42f7a06c1c0 11-Sep-2017 I-Jui (Ray) Sung <ijsung@google.com> Generated VTS tests and minor tweak on test harness

Changes:
- Export generated models and examples path in Android.bp
- Avoid duplicated definitions in TestHarness.h when included multiple
times
- Add generated VTS models for VTS
- Update test generator to compute scale and offset from fmin and fmax

Bug: 63905942
Test: VTS and CTS unit testcases with sample driver enabled on Angler

Change-Id: I3e7c5a2aa2c9945e7cd8cdf93968ef88f2b3bbfa
/frameworks/ml/nn/runtime/test/specs/generate_vts_test.sh