MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_ready_op

Function _get_ready_op

tensorflow/contrib/learn/python/learn/graph_actions.py:429–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427
428
429def _get_ready_op():
430 ready_op = _get_first_op_from_collection(ops.GraphKeys.READY_OP)
431 if ready_op is None:
432 ready_op = variables.report_uninitialized_variables()
433 ops.add_to_collection(ops.GraphKeys.READY_OP, ready_op)
434 return ready_op
435
436
437def _get_local_init_op():

Callers 1

evaluateFunction · 0.85

Calls 2

add_to_collectionMethod · 0.80

Tested by

no test coverage detected