Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp106 static RunTimeOperandInfo no_value; in LSTMCell() local
107 no_value.lifetime = OperandLifeTime::NO_VALUE; in LSTMCell()
109 input_layer_norm_weights_ = &no_value; in LSTMCell()
110 forget_layer_norm_weights_ = &no_value; in LSTMCell()
111 cell_layer_norm_weights_ = &no_value; in LSTMCell()
112 output_layer_norm_weights_ = &no_value; in LSTMCell()