Home
last modified time | relevance | path

Searched refs:use_projection_weight (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h38 bool use_projection_weight; member
/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp58 params.use_projection_weight = hasTensor(context, kProjectionWeightsTensor); in getLSTMParams()
DLSTM.cpp224 params->use_projection_weight = (projection_weights->lifetime != Operand::LifeTime::NO_VALUE); in CheckInputTensorDimensions()
971 if (params.use_projection_weight) { in LSTMStep()