History log of /frameworks/ml/nn/runtime/test/generated/vts_models/mobilenet_quantized.model.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/vts_models/mobilenet_quantized.model.cpp
e78b89d46b7e534b749ace863886571a840e83e2 16-Feb-2018 Michael Butler <butlermichael@google.com> Update generated VTS test for mobilenet_quantized

The specification file for mobilenet_quantized was changed
to use a real mobilenet quantized model with a real image
as input. However, the vts test was not regenerated from
that source file when the corresponding change to the spec
file was made. This CL regenerates the vts test for
mobilenet_quantized to keep the two in sync.

Test: mm
Test: VtsHalNeuralnetworksV1_0TargetTest
Change-Id: I2dc7369755dedfafa0fcc1c34611135f6026bd48
/frameworks/ml/nn/runtime/test/generated/vts_models/mobilenet_quantized.model.cpp
dd5cd91c89da2e5f44a8fd422e46ff24ffb872e0 10-Nov-2017 I-Jui (Ray) Sung <ijsung@google.com> Added quantized mobilenet to VTS and refactoring generators

Quantized mobilenet was not able to run correctly in VTS as it has large
weights that couldn't be passed through HIDL without using shared memory.

Updated the test generator so it can optionally pass the weights via
shared memory (by setting Configuration.use_shm_for_weights to True).

Separated the VTS backend from the main test generator as a code
cleanup.

Also removed the blacklisting code in generate_vts_test.sh and checked
in the generated VTS model for mobilenet_quanitzed.

Test: unit tests and VTS on Sailfish
Bug: 67753688
Bug: 67603060
Change-Id: I891422461d3c2a0e7ca117bf15dc0a8cbd5e8785
/frameworks/ml/nn/runtime/test/generated/vts_models/mobilenet_quantized.model.cpp