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 >>>)
3c2272e1cf69ef14d1a5dce34541bfd492272f69 18-Apr-2018 Michael Butler <butlermichael@google.com> Create _relaxed tests for newly added tests -- generated tests

New tests were added to V1_0 and V1_1 specs, but they did not have a
"_relaxed" test in V1_1.

This CL generates the CTS and VTS tests as a followup CL.

Bug: 76434855
Test: mma
Test: NeuralNetworksTest_static
Test: VtsHalNeuralnetworksV1_0TargetTest
Test: VtsHalNeuralnetworksV1_1TargetTest
Change-Id: Id3703db7091583de19e22b82eab75e88da785428
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
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/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
03fde839dc0bfa4f2ead0d60fc4fe80f55e52660 27-Mar-2018 Michael Butler <butlermichael@google.com> Fix resize_bilinear test height/width order

resize_bilinear_relaxed had its height and width parameters reversed.
This CL fixes this, and regenerates all CTS and VTS models.

Bug: 73964023
Test: mma
Test: NeuralNetworksTest
Test: VtsHalNeuralnetworksV1_0TargetTest
Test: VtsHalNeuralnetworksV1_1TargetTest
Change-Id: Ia5714eb5335327b25521184752542baa4c0a56fa
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
aa2bba12a2ca49317a1a1c21df4aaa1480a29671 20-Mar-2018 Miao Wang <miaowang@google.com> Fix lstm tests to have correct scratch_buffer size

Bug: 75980924
Test: NeuralNetworksTest
Change-Id: I2f9083362f3276db6d4e7d876e80c47c6aae7bf1
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
d6d2b0acd3b0e6914a2ca23214548e210a90b19c 14-Mar-2018 Michael Butler <butlermichael@google.com> Upgrade generated test cases

There were some changes to strided_slice_float_1.mod.py,
strided_slice_quant8_1.mod.py, and resize_bilinear.mod.py that did not
have a followup CL to update the corresponding generated test cases.
This CL updates those changes.

Additionally, some variables in mobilenet_224_gender_basic_fixed and
mobilenet_quantized had their order swapped.

Bug: 73964023
Bug: 74000148
Test: mma
Test: NeuralNetworksTest
Test: VtsHalNeuralnetworksV1_0TargetTest
Change-Id: I78a32f98fc8e7166094d861675e59e3a0f61edac
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
e8e5d34c4159532eb324df393c2c752a508bced1 23-Feb-2018 Miao Wang <miaowang@google.com> Generate relaxed precision tests for CTS and VTS.

Bug: 63911257
Test: mm
Test: CTS and VTS pass on walleye
Change-Id: I62655872423e55201e94c05e2cd9da86815d4b26
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
a1ef918e19d3d66773dfbd6b3ccc6bacfd153a52 27-Oct-2017 I-Jui (Ray) Sung <ijsung@google.com> Modernize the test spec of mobilenet_224_gander_basic_fixed

The generated test was in an earlier format for test_generator in which
weights were defined as automatic variables. That is now considered a
bug.

This CL fixes the problem by converting the test spec to a modern test
spec. Removed manually written includes in TestGenerated as well.

Bug: 68383630
Test: NeuralNetworksTest on Sailfish
Change-Id: I4a4325109bb73ab1d63169735e8f1170fe0eaa83
/frameworks/ml/nn/runtime/test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp
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