Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp73 kRecurrentToCellWeightsTensor, in prepare()
136 const Shape recurrentToCellShape = context->getInputShape(kRecurrentToCellWeightsTensor); in prepare()
326 context->getInputBuffer<float>(kRecurrentToCellWeightsTensor), in execute()
379 context->getInputBuffer<_Float16>(kRecurrentToCellWeightsTensor), in execute()
DQLSTM.cpp50 kRecurrentToCellWeightsTensor, in prepare()
107 const Shape recurrentToCellShape = context->getInputShape(kRecurrentToCellWeightsTensor); in prepare()
265 const Shape recurrentToCellWeightsShape = context->getInputShape(kRecurrentToCellWeightsTensor); in execute()
319 reinterpret_cast<const int8_t*>(context->getInputBuffer(kRecurrentToCellWeightsTensor)); in execute()
DQuantizedLSTM.cpp234 recurrentToCellWeights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in QuantizedLSTMCell()
289 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp117 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToCellWeightsTensor, in invoke()
DLSTM.cpp66 recurrent_to_cell_weights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in LSTMCell()
315 kRecurrentToCellWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h48 static constexpr int kRecurrentToCellWeightsTensor = 7; variable
DUnidirectionalSequenceLSTM.h39 constexpr uint32_t kRecurrentToCellWeightsTensor = 7; variable
DQLSTM.h37 constexpr uint32_t kRecurrentToCellWeightsTensor = 7; variable
DLSTM.h68 static constexpr int kRecurrentToCellWeightsTensor = 7; variable