Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp63 inputOperandTypeParams[QuantizedLSTMCell::kPrevCellStateTensor].shape[1]; in QuantizedLSTMOpModel()
80 initializeInputData(inputOperandTypeParams[QuantizedLSTMCell::kPrevCellStateTensor], in QuantizedLSTMOpModel()
135 setInputTensor(&execution, QuantizedLSTMCell::kPrevCellStateTensor, prevCellState_), in invoke()
H A DQLSTM.cpp73 constexpr uint32_t kPrevCellStateTensor = 19; variable
172 kPrevCellStateTensor, in prepare()
302 const Shape cellStateShape = context->getInputShape(kPrevCellStateTensor); in prepare()
357 const Shape prevCellStateShape = context->getInputShape(kPrevCellStateTensor); in prepare()
390 const Shape prevCellStateShape = context->getInputShape(kPrevCellStateTensor); in execute()
460 reinterpret_cast<const int16_t*>(context->getInputBuffer(kPrevCellStateTensor)); in execute()
H A DQuantizedLSTM.h57 static constexpr int kPrevCellStateTensor = 13; variable
H A DQuantizedLSTM.cpp238 prevCellState_ = GetInput(operation, operands, kPrevCellStateTensor); in QuantizedLSTMCell()
314 auto prevCellState = GetInput(operation, operands, kPrevCellStateTensor); in prepare()