Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp133 int32_t hiddenStateZeroPoint = 0; in QLstmTestImpl() local
624 int32_t hiddenStateZeroPoint = 0; in QLstmWithProjection() local
784 int32_t hiddenStateZeroPoint = 0; in QLstmWithNoProjection() local
945 int32_t hiddenStateZeroPoint = 0; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp52 const int32_t hiddenStateZeroPoint = 0; in QLstmEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp1703 int32_t hiddenStateZeroPoint = 0; in QLstmTestImpl() local
1941 int32_t hiddenStateZeroPoint = 0; in QLstmTestImpl1() local
2206 int32_t hiddenStateZeroPoint = 0; in QLstmTestImpl2() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp287 const int8_t hiddenStateZeroPoint = context->getInputValue<int8_t>(kHiddenStateZeroPoint); in execute() local