Home
last modified time | relevance | path

Searched refs:inputGateScratchDecoder (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DLstm.cpp51 std::unique_ptr<Decoder<float>>& inputGateScratchDecoder, in LstmImpl()
136 MeanStddevNormalization(*inputGateScratchDecoder, in LstmImpl()
139 … nCell, *inputGateScratchDecoder, nBatch, *inputGateScratch); in LstmImpl()
141 nCell, *inputGateScratchDecoder, nBatch, *inputGateScratch); in LstmImpl()
143 Activation(*inputGateScratchDecoder, *inputGateScratch, in LstmImpl()
200 *cellScratchDecoder, *inputGateScratchDecoder, nBatch * nCell, *cellStateOut); in LstmImpl()
DRefLstmWorkload.cpp87 std::unique_ptr<Decoder<float>> inputGateScratchDecoder = in Execute() local
113 *inputGateScratchDecoder += (0 * nCell * nBatch); in Execute()
246 inputGateScratchDecoder, in Execute()
DRefUnidirectionalSequenceLstmWorkload.cpp106 std::unique_ptr<Decoder<float>> inputGateScratchDecoder; in Execute() local
121 inputGateScratchDecoder = MakeDecoder<float>(scratchInfo, inputGateScratchBuffer.data()); in Execute()
279 inputGateScratchDecoder, in Execute()
DLstm.hpp55 std::unique_ptr<Decoder<float>>& inputGateScratchDecoder,