Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp74 kRecurrentToOutputWeightsTensor, in prepare()
104 const Shape recurrentToOutputShape = context->getInputShape(kRecurrentToOutputWeightsTensor); in prepare()
327 context->getInputBuffer<float>(kRecurrentToOutputWeightsTensor), in execute()
328 context->getInputShape(kRecurrentToOutputWeightsTensor), in execute()
380 context->getInputBuffer<_Float16>(kRecurrentToOutputWeightsTensor), in execute()
381 context->getInputShape(kRecurrentToOutputWeightsTensor), in execute()
DQLSTM.cpp51 kRecurrentToOutputWeightsTensor, in prepare()
75 const Shape recurrentToOutputShape = context->getInputShape(kRecurrentToOutputWeightsTensor); in prepare()
269 context->getInputShape(kRecurrentToOutputWeightsTensor); in execute()
328 context->getInputBuffer(kRecurrentToOutputWeightsTensor)); in execute()
DQuantizedLSTM.cpp235 recurrentToOutputWeights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in QuantizedLSTMCell()
290 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp120 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToOutputWeightsTensor, in invoke()
DLSTM.cpp67 recurrent_to_output_weights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in LSTMCell()
316 kRecurrentToOutputWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h49 static constexpr int kRecurrentToOutputWeightsTensor = 8; variable
DUnidirectionalSequenceLSTM.h40 constexpr uint32_t kRecurrentToOutputWeightsTensor = 8; variable
DQLSTM.h38 constexpr uint32_t kRecurrentToOutputWeightsTensor = 8; variable
DLSTM.h69 static constexpr int kRecurrentToOutputWeightsTensor = 8; variable