Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp76 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()
DQuantizedLSTM.cpp239 cellGateBias_ = GetInput(operation, operands, kCellGateBiasTensor); in QuantizedLSTMCell()
311 auto cellGateBias = GetInput(operation, operands, kCellGateBiasTensor); in prepare()
DQLSTM.cpp53 kCellGateBiasTensor, in prepare()
162 const Shape cellGateBiasShape = context->getInputShape(kCellGateBiasTensor); in prepare()
323 reinterpret_cast<const int32_t*>(context->getInputBuffer(kCellGateBiasTensor)); in execute()
DQuantizedLSTMTest.cpp129 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kCellGateBiasTensor, cellGateBias_), in invoke()
DLSTM.cpp77 cell_bias_ = GetInput(operation, operands, kCellGateBiasTensor); in LSTMCell()
318 kCellGateBiasTensor, in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h54 static constexpr int kCellGateBiasTensor = 11; variable
DUnidirectionalSequenceLSTM.h50 constexpr uint32_t kCellGateBiasTensor = 14; variable
DQLSTM.h49 constexpr uint32_t kCellGateBiasTensor = 14; variable
DLSTM.h79 static constexpr int kCellGateBiasTensor = 14; variable