Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp72 kRecurrentToForgetWeightsTensor, in prepare()
132 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
325 context->getInputBuffer<float>(kRecurrentToForgetWeightsTensor), in execute()
378 context->getInputBuffer<_Float16>(kRecurrentToForgetWeightsTensor), in execute()
DQLSTM.cpp49 kRecurrentToForgetWeightsTensor, in prepare()
103 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
261 context->getInputShape(kRecurrentToForgetWeightsTensor); in execute()
308 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
DQuantizedLSTM.cpp233 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell()
288 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp114 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
DLSTM.cpp65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell()
314 kRecurrentToForgetWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
DUnidirectionalSequenceLSTM.h38 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
DQLSTM.h36 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
DLSTM.h67 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable