Searched refs:kInputToForgetWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 69 kInputToForgetWeightsTensor, in prepare() 116 const Shape inputToForgetShape = context->getInputShape(kInputToForgetWeightsTensor); in prepare() 320 context->getInputBuffer<float>(kInputToForgetWeightsTensor), in execute() 373 context->getInputBuffer<_Float16>(kInputToForgetWeightsTensor), in execute()
|
D | QLSTM.cpp | 46 kInputToForgetWeightsTensor, in prepare() 87 const Shape inputToForgetShape = context->getInputShape(kInputToForgetWeightsTensor); in prepare() 259 const Shape inputToForgetWeightsShape = context->getInputShape(kInputToForgetWeightsTensor); in execute() 306 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToForgetWeightsTensor)); in execute()
|
D | QuantizedLSTM.cpp | 228 inputToForgetWeights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in QuantizedLSTMCell() 279 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare()
|
D | QuantizedLSTMTest.cpp | 102 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToForgetWeightsTensor, in invoke()
|
D | LSTM.cpp | 59 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in LSTMCell() 311 kInputToForgetWeightsTensor, in Prepare()
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | QuantizedLSTM.h | 41 static constexpr int kInputToForgetWeightsTensor = 2; variable
|
D | UnidirectionalSequenceLSTM.h | 32 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
|
D | QLSTM.h | 30 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
|
D | LSTM.h | 61 static constexpr int kInputToForgetWeightsTensor = 2; variable
|