Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp621 float forgetIntermediateScale = 0.007812f; in QLstmWithProjection() local
781 float forgetIntermediateScale = 0.007812f; in QLstmWithNoProjection() local
942 float forgetIntermediateScale = 0.007812f; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp72 const float forgetIntermediateScale = 0.007812f; in QLstmEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1723 float forgetIntermediateScale = 0.007812f; in QLstmTestImpl() local
1963 float forgetIntermediateScale = 0.007812f; in QLstmTestImpl1() local
2228 float forgetIntermediateScale = 0.007812f; in QLstmTestImpl2() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp284 const float forgetIntermediateScale = context->getInputValue<float>(kForgetIntermediateScale); in execute() local