Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp71 kInputToOutputWeightsTensor, in prepare()
99 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
322 context->getInputBuffer<float>(kInputToOutputWeightsTensor), in execute()
323 context->getInputShape(kInputToOutputWeightsTensor), in execute()
375 context->getInputBuffer<_Float16>(kInputToOutputWeightsTensor), in execute()
376 context->getInputShape(kInputToOutputWeightsTensor), in execute()
DQLSTM.cpp48 kInputToOutputWeightsTensor, in prepare()
70 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
267 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute()
326 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
DQuantizedLSTM.cpp230 inputToOutputWeights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in QuantizedLSTMCell()
281 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp108 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToOutputWeightsTensor, in invoke()
DLSTM.cpp61 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell()
313 kInputToOutputWeightsTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h43 static constexpr int kInputToOutputWeightsTensor = 4; variable
DUnidirectionalSequenceLSTM.h34 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
DQLSTM.h32 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
DLSTM.h63 static constexpr int kInputToOutputWeightsTensor = 4; variable