Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp41 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
178 kInputToOutputWeightsTensor, in prepare()
205 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
428 context->getInputBuffer<float>(kInputToOutputWeightsTensor), in execute()
429 context->getInputShape(kInputToOutputWeightsTensor), in execute()
481 context->getInputBuffer<_Float16>(kInputToOutputWeightsTensor), in execute()
482 context->getInputShape(kInputToOutputWeightsTensor), in execute()
DQuantizedLSTM.h43 static constexpr int kInputToOutputWeightsTensor = 4; variable
DQLSTM.cpp39 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
163 kInputToOutputWeightsTensor, in prepare()
185 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
381 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute()
440 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
DQuantizedLSTM.cpp229 inputToOutputWeights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in QuantizedLSTMCell()
280 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare()
DLSTM.h64 static constexpr int kInputToOutputWeightsTensor = 4; variable
DQuantizedLSTMTest.cpp107 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToOutputWeightsTensor, in invoke()
DLSTM.cpp61 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell()
313 kInputToOutputWeightsTensor, in Prepare()