History log of /frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.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/mobilenet_224_gender_basic_fixed.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/mobilenet_224_gender_basic_fixed.model.cpp
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/mobilenet_224_gender_basic_fixed.model.cpp
242c6dc1f314646f1a87c66140f26d7623cc399a 29-Jul-2017 I-Jui (Ray) Sung <ijsung@google.com> Test driver, generated models and examples from TFLite

This CL contains models and corresponding examples converted from TFLite
tests (under generated/) and a gtest-based driver (TestGenerated.cpp).

Bug: 63905942
Test: mm
Test: NeuralNetworksTest --gtest_filter=GeneratedTests.* on Angler
Change-Id: I8c062fd9e96585266f7ea9561e79987aa4ddc15c
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp