Home
last modified time | relevance | path

Searched refs:kInputGateBiasTensor (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp53 constexpr uint32_t kInputGateBiasTensor = 12; // Optional variable
272 NN_RET_CHECK(hasTensor(context, kInputGateBiasTensor)); in prepare()
273 const Shape inputGateBiasShape = context->getInputShape(kInputGateBiasTensor); in prepare()
277 NN_RET_CHECK(!hasTensor(context, kInputGateBiasTensor)) in prepare()
400 context->getInputBuffer<float>(kInputGateBiasTensor), in execute()
442 context->getInputBuffer<_Float16>(kInputGateBiasTensor), in execute()
DQuantizedLSTM.h39 static constexpr int kInputGateBiasTensor = 9; variable
DQuantizedLSTM.cpp230 inputGateBias_ = GetInput(operation, operands, kInputGateBiasTensor); in QuantizedLSTMCell()
290 auto inputGateBias = GetInput(operation, operands, kInputGateBiasTensor); in prepare()
DLSTM.h76 static constexpr int kInputGateBiasTensor = 12; // Optional variable
DQuantizedLSTMTest.cpp123 setInputTensor(&execution, QuantizedLSTMCell::kInputGateBiasTensor, inputGateBias_), in invoke()
DLSTM.cpp70 input_gate_bias_ = GetInput(operation, operands, kInputGateBiasTensor); in LSTMCell()