Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp115 static RunTimeOperandInfo no_value; in LSTMCell() local
116 no_value.lifetime = OperandLifeTime::NO_VALUE; in LSTMCell()
118 input_layer_norm_weights_ = &no_value; in LSTMCell()
119 forget_layer_norm_weights_ = &no_value; in LSTMCell()
120 cell_layer_norm_weights_ = &no_value; in LSTMCell()
121 output_layer_norm_weights_ = &no_value; in LSTMCell()