tf.initialize_local_variables

tf.initialize_local_variables()

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

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