OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:READY_FOR_LOCAL_INIT_OP
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py
536
ready_for_local_init_op
= _get_first_op_from_collection(
537
ops.GraphKeys.
READY_FOR_LOCAL_INIT_OP
)
543
ready_for_local_init_op
=
ready_for_local_init_op
)
graph_actions_test.py
317
ready_for_local_init_op
= variables.report_uninitialized_variables(
319
ops.add_to_collection(ops.GraphKeys.
READY_FOR_LOCAL_INIT_OP
,
320
ready_for_local_init_op
)
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
meta_graph_transform.py
448
_ops.GraphKeys.
READY_FOR_LOCAL_INIT_OP
]
/external/tensorflow/tensorflow/python/training/
monitored_session.py
84
* `
ready_for_local_init_op
`: An op to verify that global state has been
86
stored into the `
READY_FOR_LOCAL_INIT_OP
` collection in the graph by
111
ready_for_local_init_op
=None,
128
ready_for_local_init_op
: Optional op to verify that the global variables
153
ready_for_local_init_op
= coalesce(
154
ready_for_local_init_op
, copy_from_scaffold.
ready_for_local_init_op
)
170
self._ready_for_local_init_op =
ready_for_local_init_op
200
'
ready_for_local_init_op
', ops.GraphKeys.
READY_FOR_LOCAL_INIT_OP
,
233
def
ready_for_local_init_op
(self):
member in class:Scaffold
[
all
...]
supervisor.py
212
ready_for_local_init_op
=USE_DEFAULT,
241
ready_for_local_init_op
: 1-D string `Tensor`. This tensor is evaluated by
315
ready_op=ready_op,
ready_for_local_init_op
=
ready_for_local_init_op
)
363
ready_for_local_init_op
=self._ready_for_local_init_op,
392
ready_for_local_init_op
=USE_DEFAULT):
399
ready_for_local_init_op
: `Tensor` to check if the model is ready to run
411
#
ready_for_local_init_op
defaults to None for backward compatibility
412
if
ready_for_local_init_op
is Supervisor.USE_DEFAULT:
413
ready_for_local_init_op
= self._get_first_op_from_collection
559
def
ready_for_local_init_op
(self):
member in class:Supervisor
[
all
...]
/external/tensorflow/tensorflow/python/framework/
ops.py
[
all
...]
Completed in 663 milliseconds