Searched refs:kOutputGateBiasTensor (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 58 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()
|
D | QuantizedLSTM.h | 55 static constexpr int kOutputGateBiasTensor = 12; variable
|
D | QLSTM.cpp | 57 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()
|
D | QuantizedLSTM.cpp | 239 outputGateBias_ = GetInput(operation, operands, kOutputGateBiasTensor); in QuantizedLSTMCell() 311 auto outputGateBias = GetInput(operation, operands, kOutputGateBiasTensor); in prepare()
|
D | LSTM.h | 81 static constexpr int kOutputGateBiasTensor = 15; variable
|
D | QuantizedLSTMTest.cpp | 130 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kOutputGateBiasTensor, in invoke()
|
D | LSTM.cpp | 78 output_gate_bias_ = GetInput(operation, operands, kOutputGateBiasTensor); in LSTMCell() 319 kOutputGateBiasTensor, in Prepare()
|