tf.contrib.framework.add_model_variable(var)
Adds a variable to the GraphKeys.MODEL_VARIABLES
collection.
Args:
-
var
: a variable.
tf.contrib.framework.add_model_variable(var)
Adds a variable to the GraphKeys.MODEL_VARIABLES
collection.
var
: a variable.
Please login to continue.