Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp45 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
179 kRecurrentToForgetWeightsTensor, in prepare()
238 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
431 context->getInputBuffer<float>(kRecurrentToForgetWeightsTensor), in execute()
484 context->getInputBuffer<_Float16>(kRecurrentToForgetWeightsTensor), in execute()
DQuantizedLSTM.h47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
DQLSTM.cpp43 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
164 kRecurrentToForgetWeightsTensor, in prepare()
218 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
375 context->getInputShape(kRecurrentToForgetWeightsTensor); in execute()
422 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
DQuantizedLSTM.cpp232 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell()
287 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
DLSTM.h68 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
DQuantizedLSTMTest.cpp113 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
DLSTM.cpp65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell()
314 kRecurrentToForgetWeightsTensor, in Prepare()