tf.initialize_variables

tf.initialize_variables(
    var_list,
    name='init'
)

Defined in tensorflow/python/ops/variables.py.

See tf.variables_initializer. (deprecated)

NOTE The output of this function should be used. If it is not, a warning will be logged. To mark the output as used, call its .mark_used() method.