Home
last modified time | relevance | path

Searched refs:kRecurrentToForgetWeightsTensor (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DUnidirectionalSequenceLSTM.cpp47 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
182 kRecurrentToForgetWeightsTensor, in prepare()
241 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
434 context->getInputBuffer<float>(kRecurrentToForgetWeightsTensor), in execute()
487 context->getInputBuffer<_Float16>(kRecurrentToForgetWeightsTensor), in execute()
H A DQuantizedLSTM.h47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
H A DQLSTM.cpp46 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
165 kRecurrentToForgetWeightsTensor, in prepare()
219 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
377 context->getInputShape(kRecurrentToForgetWeightsTensor); in execute()
424 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
H A DQuantizedLSTM.cpp229 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell()
284 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
H A DLSTM.h68 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
H A DQuantizedLSTMTest.cpp114 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
H A DLSTM.cpp65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell()
314 kRecurrentToForgetWeightsTensor, in Prepare()