HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_INIT_OP (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py 433 local_init_op = _get_first_op_from_collection(
434 ops.GraphKeys.LOCAL_INIT_OP)
435 if local_init_op is None:
441 local_init_op = control_flow_ops.group(*op_list)
442 ops.add_to_collection(ops.GraphKeys.LOCAL_INIT_OP, local_init_op)
443 return local_init_op
535 local_init_op = _get_local_init_op()
541 local_init_op=local_init_op,
    [all...]
graph_actions_test.py 660 ops.add_to_collection(ops.GraphKeys.LOCAL_INIT_OP, init_op)
  /external/tensorflow/tensorflow/python/training/
supervisor.py 197 initialization needs, see how to specify a `local_init_op` when creating the
216 local_init_op=USE_DEFAULT,
243 ready to run the local_init_op.
247 the model is not checked for readiness before running local_init_op.
257 local_init_op: `Operation`. Used by all supervisors to run initializations
317 self._init_local_init_op(local_init_op=local_init_op)
361 local_init_op=self._local_init_op,
400 local_init_op.
434 def _init_local_init_op(self, local_init_op=USE_DEFAULT)
    [all...]
monitored_session.py 85 initialized and it is alright to run `local_init_op`. Picked from and
89 * `local_init_op`: An op to initialize the local variables. Picked
90 from and stored into the `LOCAL_INIT_OP` collection in the graph by default.
112 local_init_op=None,
129 are initialized and `local_init_op` can be run. Must return an empty
133 local_init_op: Optional op to initialize local variables.
155 local_init_op = coalesce(local_init_op, copy_from_scaffold.local_init_op)
171 self._local_init_op = local_init_op
237 def local_init_op(self): member in class:Scaffold
    [all...]
  /external/tensorflow/tensorflow/contrib/meta_graph_transform/
meta_graph_transform.py 446 _ops.GraphKeys.LOCAL_INIT_OP,
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 903 milliseconds