/external/tensorflow/tensorflow/python/training/ |
D | training_util.py | 91 global_step_tensors = graph.get_collection(ops.GraphKeys.GLOBAL_STEP) 127 ops.GraphKeys.GLOBAL_STEP, 134 ops.GraphKeys.GLOBAL_STEP]) 138 ops.GraphKeys.GLOBAL_STEP, 145 ops.GraphKeys.GLOBAL_STEP])
|
D | training_util_test.py | 34 self.assertEqual('%s:0' % ops.GraphKeys.GLOBAL_STEP, global_step.name) 45 name=ops.GraphKeys.GLOBAL_STEP) 58 name=ops.GraphKeys.GLOBAL_STEP) 82 name=ops.GraphKeys.GLOBAL_STEP)
|
D | supervisor.py | 498 ops.GraphKeys.GLOBAL_STEP) 502 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
|
D | basic_session_run_hooks_test.py | 995 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | exporter_test.py | 44 GLOBAL_STEP = 222 variable 56 global_step=GLOBAL_STEP,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-graph-keys.pbtxt | 30 name: "GLOBAL_STEP"
|
/external/tensorflow/tensorflow/contrib/tensor_forest/client/ |
D | random_forest_test.py | 144 reader.get_tensor(ops.GraphKeys.GLOBAL_STEP), global_step) 330 reader.get_tensor(ops.GraphKeys.GLOBAL_STEP), global_step)
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | estimator_integration_test.py | 118 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
|
/external/tensorflow/tensorflow/python/distribute/ |
D | parameter_server_strategy.py | 343 elif ops.GraphKeys.GLOBAL_STEP in collections: 344 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, wrapped)
|
D | mirrored_strategy.py | 277 elif ops.GraphKeys.GLOBAL_STEP in collections: 278 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | experiment.py | 512 "train_step=%s", eval_result[ops.GraphKeys.GLOBAL_STEP], 564 global_step = eval_result.get(ops.GraphKeys.GLOBAL_STEP)
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 618 elif ops.GraphKeys.GLOBAL_STEP in collections: 619 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, self) 1560 ops.GraphKeys.GLOBAL_STEP,
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | dnn_tree_combined_estimator_test.py | 140 self.assertEqual(global_step, reader.get_tensor(ops.GraphKeys.GLOBAL_STEP))
|
D | estimator_test.py | 142 self.assertEqual(global_step, reader.get_tensor(ops.GraphKeys.GLOBAL_STEP))
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saved_model.py | 259 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
|
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
D | stargan_estimator_test.py | 236 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
|
D | tpu_gan_estimator_test.py | 186 self.assertIn(ops.GraphKeys.GLOBAL_STEP, scores)
|
D | gan_estimator_test.py | 239 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | variables_test.py | 188 self.assertEquals('%s:0' % ops.GraphKeys.GLOBAL_STEP, global_step.name) 199 name=ops.GraphKeys.GLOBAL_STEP) 212 name=ops.GraphKeys.GLOBAL_STEP) 236 name=ops.GraphKeys.GLOBAL_STEP)
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
D | elastic_average_optimizer.py | 37 GLOBAL_STEP = 'global_step' variable
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator.py | 513 start_step = load_variable(self._model_dir, ops.GraphKeys.GLOBAL_STEP)
|
/external/tensorflow/tensorflow/contrib/gan/python/ |
D | train_test.py | 921 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, gstep)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_estimator.py | 149 ops.GraphKeys.GLOBAL_STEP, 155 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 6085 GLOBAL_STEP = "global_step" variable in GraphKeys
|