Searched refs:kCellGateBiasTensor (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 57 constexpr uint32_t kCellGateBiasTensor = 14; variable 183 kCellGateBiasTensor, in prepare() 297 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare() 445 context->getInputBuffer<float>(kCellGateBiasTensor), in execute() 498 context->getInputBuffer<_Float16>(kCellGateBiasTensor), in execute()
|
D | QuantizedLSTM.h | 54 static constexpr int kCellGateBiasTensor = 11; variable
|
D | QLSTM.cpp | 56 constexpr uint32_t kCellGateBiasTensor = 14; variable 168 kCellGateBiasTensor, in prepare() 277 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare() 437 reinterpret_cast<const int32_t*>(context->getInputBuffer(kCellGateBiasTensor)); in execute()
|
D | QuantizedLSTM.cpp | 238 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell() 310 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
|
D | LSTM.h | 80 static constexpr int kCellGateBiasTensor = 14; variable
|
D | QuantizedLSTMTest.cpp | 128 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()
|