Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp620 float inputIntermediateScale = 0.007059f; in QLstmWithProjection() local
780 float inputIntermediateScale = 0.007059f; in QLstmWithNoProjection() local
941 float inputIntermediateScale = 0.007059f; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp71 const float inputIntermediateScale = 0.007059f; in QLstmEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1722 float inputIntermediateScale = 0.007059f; in QLstmTestImpl() local
1962 float inputIntermediateScale = 0.007059f; in QLstmTestImpl1() local
2227 float inputIntermediateScale = 0.007059f; in QLstmTestImpl2() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp283 const float inputIntermediateScale = context->getInputValue<float>(kInputIntermediateScale); in execute() local