Searched defs:Scaffold (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
H A Dmonitored_session.py25 Scaffold = monitored_session.Scaffold variable
/external/tensorflow/tensorflow/python/training/
H A Dmonitored_session.py56 @tf_export('train.Scaffold')
57 class Scaffold(object): class in inherits:object
66 collections in the graph. The `Scaffold` class helps pick these pieces from
75 The following pieces are directly accessible as attributes of the `Scaffold`
142 if not isinstance(copy_from_scaffold, Scaffold):
143 raise TypeError('copy_from_scaffold is not a Scaffold instance.')
150 # Use the original init_fn provided by the user to init the new Scaffold.
182 self._init_op = Scaffold.get_or_default(
192 self._ready_op = Scaffold.get_or_default(
199 self._ready_for_local_init_op = Scaffold
[all...]
H A Dtraining.py63 @@Scaffold
161 from tensorflow.python.training.monitored_session import Scaffold namespace

Completed in 221 milliseconds