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