Searched refs:kRecurrentToForgetWeightsTensor (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | UnidirectionalSequenceLSTM.cpp | 47 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 D | QuantizedLSTM.h | 47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
H A D | QLSTM.cpp | 46 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 D | QuantizedLSTM.cpp | 229 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell() 284 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
|
H A D | LSTM.h | 68 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
H A D | QuantizedLSTMTest.cpp | 114 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
|
H A D | LSTM.cpp | 65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell() 314 kRecurrentToForgetWeightsTensor, in Prepare()
|