Home
last modified time | relevance | path

Searched refs:_get_first_op_from_collection (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dsupervisor.py373 def _get_first_op_from_collection(self, key): member in Supervisor
409 ready_op = self._get_first_op_from_collection(ops.GraphKeys.READY_OP)
417 ready_for_local_init_op = self._get_first_op_from_collection(
431 init_op = self._get_first_op_from_collection(ops.GraphKeys.INIT_OP)
448 local_init_op = self._get_first_op_from_collection(
468 saver = self._get_first_op_from_collection(ops.GraphKeys.SAVERS)
482 summary_op = self._get_first_op_from_collection(ops.GraphKeys.SUMMARY_OP)
497 global_step = self._get_first_op_from_collection(
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions.py413 def _get_first_op_from_collection(collection_name): function
422 saver = _get_first_op_from_collection(ops.GraphKeys.SAVERS)
430 ready_op = _get_first_op_from_collection(ops.GraphKeys.READY_OP)
439 local_init_op = _get_first_op_from_collection(
542 ready_for_local_init_op = _get_first_op_from_collection(
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py44 def _get_first_op_from_collection(collection_name): function
56 saver = _get_first_op_from_collection(ops.GraphKeys.SAVERS)