Searched refs:kInputGateBiasTensor (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 53 constexpr uint32_t kInputGateBiasTensor = 12; // Optional variable 272 NN_RET_CHECK(hasTensor(context, kInputGateBiasTensor)); in prepare() 273 const Shape inputGateBiasShape = context->getInputShape(kInputGateBiasTensor); in prepare() 277 NN_RET_CHECK(!hasTensor(context, kInputGateBiasTensor)) in prepare() 400 context->getInputBuffer<float>(kInputGateBiasTensor), in execute() 442 context->getInputBuffer<_Float16>(kInputGateBiasTensor), in execute()
|
D | QuantizedLSTM.h | 39 static constexpr int kInputGateBiasTensor = 9; variable
|
D | QuantizedLSTM.cpp | 230 inputGateBias_ = GetInput(operation, operands, kInputGateBiasTensor); in QuantizedLSTMCell() 290 auto inputGateBias = GetInput(operation, operands, kInputGateBiasTensor); in prepare()
|
D | LSTM.h | 76 static constexpr int kInputGateBiasTensor = 12; // Optional variable
|
D | QuantizedLSTMTest.cpp | 123 setInputTensor(&execution, QuantizedLSTMCell::kInputGateBiasTensor, inputGateBias_), in invoke()
|
D | LSTM.cpp | 70 input_gate_bias_ = GetInput(operation, operands, kInputGateBiasTensor); in LSTMCell()
|