Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp69 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()
DQLSTM.cpp46 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()
DQuantizedLSTM.cpp228 inputToForgetWeights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in QuantizedLSTMCell()
279 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp102 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToForgetWeightsTensor, in invoke()
DLSTM.cpp59 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in LSTMCell()
311 kInputToForgetWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h41 static constexpr int kInputToForgetWeightsTensor = 2; variable
DUnidirectionalSequenceLSTM.h32 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
DQLSTM.h30 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
DLSTM.h61 static constexpr int kInputToForgetWeightsTensor = 2; variable