Home
last modified time | relevance | path

Searched defs:hiddenStateScale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp134 float hiddenStateScale = 0.007f; in QLstmTestImpl() local
625 float hiddenStateScale = 0.007f; in QLstmWithProjection() local
785 float hiddenStateScale = 0.007f; in QLstmWithNoProjection() local
946 float hiddenStateScale = 0.007f; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp53 const float hiddenStateScale = 0.007f; in QLstmEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1704 float hiddenStateScale = 0.007f; in QLstmTestImpl() local
1942 float hiddenStateScale = 0.007f; in QLstmTestImpl1() local
2207 float hiddenStateScale = 0.007f; in QLstmTestImpl2() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp288 const float hiddenStateScale = context->getInputValue<float>(kHiddenStateScale); in execute() local