tf.initialize_all_variables

tf.initialize_all_variables()

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

See tf.global_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.