Searched refs:use_projection_weight (Results 1 – 3 of 3) sorted by relevance
38 bool use_projection_weight; member
58 params.use_projection_weight = hasTensor(context, kProjectionWeightsTensor); in getLSTMParams()
224 params->use_projection_weight = (projection_weights->lifetime != Operand::LifeTime::NO_VALUE); in CheckInputTensorDimensions()971 if (params.use_projection_weight) { in LSTMStep()