History log of /frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
66d5cb6e3a90aefc8d545f6369080ab88de9d667 05-Oct-2017 Jean-Luc Brouillet <jeanluc@google.com> Rename setInputsAndOutputs

To avoid confusion with other set* functions, rename setInputsAndOutputs
to identifyInputsAndOutputs.

Also added a few new generated tests when I reran generate_test.sh.

Bug: 63905942
Test: local & VTS tests
Change-Id: Ie947044bee1a97426c847b9d66e60f0c25395bbc
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
ec8e1c71d11f7b5abe306e0c9c6af7da755bd46b 13-Sep-2017 I-Jui (Ray) Sung <ijsung@google.com> Support ignored output in test generator

Added a new construct IgnoredOutput for specifying outputs that are
excluded from comparing against golden, required by ops like SVDF.

Also regenerated CTS tests since a test now has one more generated
function bool is_ignored(int);

In addition, updated test generator regression suite accordingly.

Bug: 63905942
Test: NeuralNetworkTest on Angler
Test: VtsHalNeuralnetworksV1_0TargetTest on Angler
Test: tools/test_generator/tests/test.py on host

Change-Id: I99a438400c264cd3b4a12014e1cc473a7d324df6
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
6cd685f64bd82c003b8d0943fc6b7b8e0730b939 10-Sep-2017 Miao Wang <miaowang@google.com> Making padding explicit, instead of SAME / VALID

- Use explicit padding {padding_left, padding_right, padding_top,
padding_bottom} for applicable ops.
- Updated the corresponding tests.

Bug: 63905942
Test: mm
Test: updated NeuralNetworkTest pass
Change-Id: Ifb8ccf59fbe5766dffe1537aa5357192a7c88a70
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
cddd47c56688239010ba821b23524315e732d89a 10-Sep-2017 I-Jui (Ray) Sung <ijsung@google.com> Fix regressions in test generator and unit tests

There are some minor regressions in both the test generator's regression
test suite and spec files for NeuralNetworksTest, introduced by
ag/2870008. This CL fixes them.

Also deleted an outdated document.

Bug: 63905942
Test: tools/test_generator/tests/test.py
Test: NeuralNetworksTest on Angler
Change-Id: Id6f7fad58c0541669c52e2d9a7db6e26e1795379
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
46a4b30d48f887b8b1077093e2789c0c9e827ca7 10-Sep-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Support example that has tensors of different types" into oc-mr1-dev
55cef2193279a646292fdeb355399627dd8990c8 09-Sep-2017 Miao Wang <miaowang@google.com> Explicitly add "_2D" to applicable ops, and add fused activation
function enum.

- Add the fused activation enum to explicitly set the expectation that
only the included ones are supported for fused ops.
- Add "_2D" to CONV, DEPTHWISE_CONV, AVG_POOL, MAX_POOL, and L2_POOL,
since they are only supposed to do 2D computation.
- Updated the tests and the stack to plumbing the changes through.

Bug: 63905942
Test: mm
Test: NeuralNetworksTests pass for both CPU path and sample hidl driver.
Change-Id: I60aeabab1d193d26d938c0d1d3ffdd519740d222
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
6a0d306cf902e13ab147c7533b2cb02540ee66d5 08-Sep-2017 I-Jui (Ray) Sung <ijsung@google.com> Support example that has tensors of different types

Operations like LSH_PROJECTION requires tensors of different types. This
CL adds support to the generator and harness (for native tests).

Revised:
- Test generator
- Test harness
- Existing examples

Also regenerated examples from testcases.

Bug: 63905942
Test: tools/test_generator/test.py
Test: NeuralNetworkTest on angler
Test: cts-tradefed run commandAndExit cts -m CtsNNAPITestCases
Change-Id: I000cdac92468659709be18599a425ef82695011a
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp
5d58071b9afb2162bcd53525ce1c8610c5ca2cd8 31-Aug-2017 Miao Wang <miaowang@google.com> Add basic tests for pooling and Relu[X] operations.

- The tests serves as basic sanity check for FLOAT32 variant of the
following ops:
AVERAGE_POOL
MAX_POOL
L2_POOL
RELU
RELU1
RELU6

Bug: 63905942
Test: mm
Test: All unit tests passing on sailfish
Change-Id: I57ad067cf0aa0219ec144b336386c24b2f521dc4
/frameworks/ml/nn/runtime/test/generated/models/l2_pool_float.model.cpp