Home
last modified time | relevance | path

Searched refs:kRecurrentToInputWeightsTensor (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp125 if (hasTensor(context, kRecurrentToInputWeightsTensor)) { in prepare()
126 const Shape recurrentToInputShape = context->getInputShape(kRecurrentToInputWeightsTensor); in prepare()
144 hasTensor(context, kRecurrentToInputWeightsTensor)) || in prepare()
146 !hasTensor(context, kRecurrentToInputWeightsTensor)); in prepare()
324 context->getInputBuffer<float>(kRecurrentToInputWeightsTensor), in execute()
377 context->getInputBuffer<_Float16>(kRecurrentToInputWeightsTensor), in execute()
DQLSTM.cpp96 if (hasTensor(context, kRecurrentToInputWeightsTensor)) { in prepare()
97 const Shape recurrentToInputShape = context->getInputShape(kRecurrentToInputWeightsTensor); in prepare()
115 hasTensor(context, kRecurrentToInputWeightsTensor)) || in prepare()
117 !hasTensor(context, kRecurrentToInputWeightsTensor)); in prepare()
256 context->getInputShape(kRecurrentToInputWeightsTensor); in execute()
297 context->getInputBuffer(kRecurrentToInputWeightsTensor)); in execute()
DQuantizedLSTM.cpp232 recurrentToInputWeights_ = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in QuantizedLSTMCell()
287 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare()
DLayerNormLSTMTest.cpp230 execution.setInput(LSTMCell::kRecurrentToInputWeightsTensor, nullptr, 0); in Invoke()
DQuantizedLSTMTest.cpp111 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToInputWeightsTensor, in invoke()
DLSTMTest.cpp217 execution.setInput(LSTMCell::kRecurrentToInputWeightsTensor, nullptr, 0); in Invoke()
DLSTM.cpp64 GetInput(operation, operands, kRecurrentToInputWeightsTensor); // optional in LSTMCell()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h46 static constexpr int kRecurrentToInputWeightsTensor = 5; variable
DUnidirectionalSequenceLSTM.h37 constexpr uint32_t kRecurrentToInputWeightsTensor = 5; // Optional variable
DQLSTM.h35 constexpr uint32_t kRecurrentToInputWeightsTensor = 5; variable
DLSTM.h66 static constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable