Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp58 constexpr uint32_t kOutputGateBiasTensor = 15; variable
184 kOutputGateBiasTensor, in prepare()
300 const Shape outputGateBiasShape = context->getInputShape(kOutputGateBiasTensor); in prepare()
446 context->getInputBuffer<float>(kOutputGateBiasTensor), in execute()
499 context->getInputBuffer<_Float16>(kOutputGateBiasTensor), in execute()
DQuantizedLSTM.h55 static constexpr int kOutputGateBiasTensor = 12; variable
DQLSTM.cpp57 constexpr uint32_t kOutputGateBiasTensor = 15; variable
169 kOutputGateBiasTensor, in prepare()
280 const Shape outputGateBiasShape = context->getInputShape(kOutputGateBiasTensor); in prepare()
448 reinterpret_cast<const int32_t*>(context->getInputBuffer(kOutputGateBiasTensor)); in execute()
DQuantizedLSTM.cpp239 outputGateBias_ = GetInput(operation, operands, kOutputGateBiasTensor); in QuantizedLSTMCell()
311 auto outputGateBias = GetInput(operation, operands, kOutputGateBiasTensor); in prepare()
DLSTM.h81 static constexpr int kOutputGateBiasTensor = 15; variable
DQuantizedLSTMTest.cpp130 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kOutputGateBiasTensor, in invoke()
DLSTM.cpp78 output_gate_bias_ = GetInput(operation, operands, kOutputGateBiasTensor); in LSTMCell()
319 kOutputGateBiasTensor, in Prepare()