Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h39 bool use_projection_weight; member
DLSTM.cpp224 params->use_projection_weight = (projection_weights->lifetime != OperandLifeTime::NO_VALUE); in CheckInputTensorDimensions()
972 if (params.use_projection_weight) { in LSTMStep()
DUnidirectionalSequenceLSTM.cpp111 params.use_projection_weight = hasTensor(context, kProjectionWeightsTensor); in getLSTMParams()