Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DUnidirectionalSequenceLSTM.cpp59 constexpr uint32_t kCellGateBiasTensor = 14; variable
186 kCellGateBiasTensor, in prepare()
300 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare()
448 context->getInputBuffer<float>(kCellGateBiasTensor), in execute()
501 context->getInputBuffer<_Float16>(kCellGateBiasTensor), in execute()
H A DQuantizedLSTM.h54 static constexpr int kCellGateBiasTensor = 11; variable
H A DQLSTM.cpp59 constexpr uint32_t kCellGateBiasTensor = 14; variable
169 kCellGateBiasTensor, in prepare()
278 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare()
439 reinterpret_cast<const int32_t*>(context->getInputBuffer(kCellGateBiasTensor)); in execute()
H A DQuantizedLSTM.cpp235 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell()
307 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
H A DLSTM.h80 static constexpr int kCellGateBiasTensor = 14; variable
H A DQuantizedLSTMTest.cpp129 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kCellGateBiasTensor, cellGateBias_), in invoke()
H A DLSTM.cpp77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell()
318 kCellGateBiasTensor, in Prepare()