summaryrefslogtreecommitdiff
path: root/nn/runtime/test/specs/V1_3/qlstm_projection.mod.py
AgeCommit message (Collapse)Author
2020-06-22Sets bias quant scale in QLSTM test to 0 as it's unused.Viet Dang
Bug: 155421116 Test: NeuralNetworksTest_static Change-Id: I434d70e30b137a37febfab83127d79f9a6ecbae6
2020-03-16Validate type of dimensions in test generatorSlava Shklyaev
This change - adds "dimensions" type validation in the test generator, - fixes incorrect usages, - adds new control flow and QLSTM tests that were previously omitted due to this bug, - refactors QLSTM tests for readability and ease of maintenance, and - updates README to use the new type format. Fix: 151217992 Test: generate_all_tests.sh Test: NNT_static Change-Id: I55b47a7ff02cb5ec25150d6be322ee3dbe9dcf43 Merged-In: I55b47a7ff02cb5ec25150d6be322ee3dbe9dcf43 (cherry picked from commit 85f3703a1b159b88bbb9ac39993eba4658dc4fda)
2020-03-13Adds a test for quantized LSTM op for CIFG, Layer Norm.Viet Dang
Also fixes a minor typo. Bug: 148938903 Test: NeuralNetworksTest_static Change-Id: I44463611b258c6ee2345211abe11cbba5694610d Merged-In: I44463611b258c6ee2345211abe11cbba5694610d (cherry picked from commit a91b2175d5110656b759999209b5d7e6ec6f643b)
2020-02-06Add a test for quantized LSTM op for CIFG, Layer Norm, Projection.Viet Dang
Bug: 148938903 Test: NeuralNetworksTest_static Change-Id: Ia267a7f90bc49b79ef47121bed202ef81d982664