Home
last modified time | relevance | path

Searched refs:kProjectionBiasTensor (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp59 params.use_projection_bias = hasTensor(context, kProjectionBiasTensor); in getLSTMParams()
205 if (hasTensor(context, kProjectionBiasTensor)) { in prepare()
206 const Shape projectionBiasShape = context->getInputShape(kProjectionBiasTensor); in prepare()
342 context->getInputBuffer<float>(kProjectionBiasTensor), in execute()
395 context->getInputBuffer<_Float16>(kProjectionBiasTensor), in execute()
DLayerNormLSTMTest.cpp245 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
249 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
DLSTMTest.cpp232 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
236 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
DQLSTM.cpp176 if (hasTensor(context, kProjectionBiasTensor)) { in prepare()
177 const Shape projectionBiasShape = context->getInputShape(kProjectionBiasTensor); in prepare()
339 reinterpret_cast<const int32_t*>(context->getInputBuffer(kProjectionBiasTensor)); in execute()
DLSTM.cpp81 projection_bias_ = GetInput(operation, operands, kProjectionBiasTensor); // optional in LSTMCell()
/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h56 constexpr uint32_t kProjectionBiasTensor = 17; // Optional variable
DQLSTM.h55 constexpr uint32_t kProjectionBiasTensor = 17; variable
DLSTM.h85 static constexpr int kProjectionBiasTensor = 17; // Optional variable