Searched refs:kCellGateBiasTensor (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 76 kCellGateBiasTensor, in prepare() 191 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare() 339 context->getInputBuffer<float>(kCellGateBiasTensor), in execute() 392 context->getInputBuffer<_Float16>(kCellGateBiasTensor), in execute()
|
D | QuantizedLSTM.cpp | 239 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell() 311 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
|
D | QLSTM.cpp | 53 kCellGateBiasTensor, in prepare() 162 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare() 323 reinterpret_cast<const int32_t*>(context->getInputBuffer(kCellGateBiasTensor)); in execute()
|
D | QuantizedLSTMTest.cpp | 129 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kCellGateBiasTensor, cellGateBias_), in invoke()
|
D | LSTM.cpp | 77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell() 318 kCellGateBiasTensor, in Prepare()
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | QuantizedLSTM.h | 54 static constexpr int kCellGateBiasTensor = 11; variable
|
D | UnidirectionalSequenceLSTM.h | 50 constexpr uint32_t kCellGateBiasTensor = 14; variable
|
D | QLSTM.h | 49 constexpr uint32_t kCellGateBiasTensor = 14; variable
|
D | LSTM.h | 79 static constexpr int kCellGateBiasTensor = 14; variable
|