Searched refs:kRecurrentToForgetWeightsTensor (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 45 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()
|
D | QuantizedLSTM.h | 47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
D | QLSTM.cpp | 43 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()
|
D | QuantizedLSTM.cpp | 232 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell() 287 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
|
D | LSTM.h | 68 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
D | QuantizedLSTMTest.cpp | 113 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
|
D | LSTM.cpp | 65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell() 314 kRecurrentToForgetWeightsTensor, in Prepare()
|