Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp623 float outputIntermediateScale = 0.007812f; in QLstmWithProjection() local
783 float outputIntermediateScale = 0.007812f; in QLstmWithNoProjection() local
944 float outputIntermediateScale = 0.007812f; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp74 const float outputIntermediateScale = forgetIntermediateScale; in QLstmEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1725 float outputIntermediateScale = forgetIntermediateScale; in QLstmTestImpl() local
1965 float outputIntermediateScale = forgetIntermediateScale; in QLstmTestImpl1() local
2230 float outputIntermediateScale = forgetIntermediateScale; in QLstmTestImpl2() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp286 const float outputIntermediateScale = context->getInputValue<float>(kOutputIntermediateScale); in execute() local