Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp56 constexpr uint32_t kOutputGateBiasTensor = 15; variable
171 kOutputGateBiasTensor, in prepare()
287 const Shape outputGateBiasShape = context->getInputShape(kOutputGateBiasTensor); in prepare()
403 context->getInputBuffer<float>(kOutputGateBiasTensor), in execute()
445 context->getInputBuffer<_Float16>(kOutputGateBiasTensor), in execute()
DQuantizedLSTM.h42 static constexpr int kOutputGateBiasTensor = 12; variable
DQuantizedLSTM.cpp233 outputGateBias_ = GetInput(operation, operands, kOutputGateBiasTensor); in QuantizedLSTMCell()
306 auto outputGateBias = GetInput(operation, operands, kOutputGateBiasTensor); in prepare()
DLSTM.h79 static constexpr int kOutputGateBiasTensor = 15; variable
DQuantizedLSTMTest.cpp130 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kOutputGateBiasTensor, in invoke()
DLSTM.cpp73 output_gate_bias_ = GetInput(operation, operands, kOutputGateBiasTensor); in LSTMCell()