Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp70 kInputToCellWeightsTensor, in prepare()
120 const Shape inputToCellShape = context->getInputShape(kInputToCellWeightsTensor); in prepare()
321 context->getInputBuffer<float>(kInputToCellWeightsTensor), in execute()
374 context->getInputBuffer<_Float16>(kInputToCellWeightsTensor), in execute()
DQLSTM.cpp47 kInputToCellWeightsTensor, in prepare()
91 const Shape inputToCellShape = context->getInputShape(kInputToCellWeightsTensor); in prepare()
264 const Shape inputToCellWeightsShape = context->getInputShape(kInputToCellWeightsTensor); in execute()
317 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToCellWeightsTensor)); in execute()
DQuantizedLSTM.cpp229 inputToCellWeights_ = GetInput(operation, operands, kInputToCellWeightsTensor); in QuantizedLSTMCell()
280 auto inputToCellWeights = GetInput(operation, operands, kInputToCellWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp105 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToCellWeightsTensor, in invoke()
DLSTM.cpp60 input_to_cell_weights_ = GetInput(operation, operands, kInputToCellWeightsTensor); in LSTMCell()
312 kInputToCellWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h42 static constexpr int kInputToCellWeightsTensor = 3; variable
DUnidirectionalSequenceLSTM.h33 constexpr uint32_t kInputToCellWeightsTensor = 3; variable
DQLSTM.h31 constexpr uint32_t kInputToCellWeightsTensor = 3; variable
DLSTM.h62 static constexpr int kInputToCellWeightsTensor = 3; variable