Searched refs:_get_first_op_from_collection (Results 1 – 3 of 3) sorted by relevance
373 def _get_first_op_from_collection(self, key): member in Supervisor409 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(
413 def _get_first_op_from_collection(collection_name): function422 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(
44 def _get_first_op_from_collection(collection_name): function56 saver = _get_first_op_from_collection(ops.GraphKeys.SAVERS)