Searched refs:kCellGateBiasTensor (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | UnidirectionalSequenceLSTM.cpp | 59 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 D | QuantizedLSTM.h | 54 static constexpr int kCellGateBiasTensor = 11; variable
|
H A D | QLSTM.cpp | 59 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 D | QuantizedLSTM.cpp | 235 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell() 307 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
|
H A D | LSTM.h | 80 static constexpr int kCellGateBiasTensor = 14; variable
|
H A D | QuantizedLSTMTest.cpp | 129 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kCellGateBiasTensor, cellGateBias_), in invoke()
|
H A D | LSTM.cpp | 77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell() 318 kCellGateBiasTensor, in Prepare()
|