Home
last modified time | relevance | path

Searched refs:kCellGateBiasTensor (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp57 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()
DQuantizedLSTM.h54 static constexpr int kCellGateBiasTensor = 11; variable
DQLSTM.cpp56 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()
DQuantizedLSTM.cpp238 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell()
310 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
DLSTM.h80 static constexpr int kCellGateBiasTensor = 14; variable
DQuantizedLSTMTest.cpp128 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kCellGateBiasTensor, cellGateBias_), in invoke()
DLSTM.cpp77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell()
318 kCellGateBiasTensor, in Prepare()