Home
last modified time | relevance | path

Searched refs:GLOBAL_STEP (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dtraining_util.py91 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])
Dtraining_util_test.py34 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)
Dsupervisor.py498 ops.GraphKeys.GLOBAL_STEP)
502 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
Dbasic_session_run_hooks_test.py995 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter_test.py44 GLOBAL_STEP = 222 variable
56 global_step=GLOBAL_STEP,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt30 name: "GLOBAL_STEP"
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest_test.py144 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/
Destimator_integration_test.py118 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py343 elif ops.GraphKeys.GLOBAL_STEP in collections:
344 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, wrapped)
Dmirrored_strategy.py277 elif ops.GraphKeys.GLOBAL_STEP in collections:
278 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexperiment.py512 "train_step=%s", eval_result[ops.GraphKeys.GLOBAL_STEP],
564 global_step = eval_result.get(ops.GraphKeys.GLOBAL_STEP)
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py618 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/
Ddnn_tree_combined_estimator_test.py140 self.assertEqual(global_step, reader.get_tensor(ops.GraphKeys.GLOBAL_STEP))
Destimator_test.py142 self.assertEqual(global_step, reader.get_tensor(ops.GraphKeys.GLOBAL_STEP))
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model.py259 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dstargan_estimator_test.py236 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
Dtpu_gan_estimator_test.py186 self.assertIn(ops.GraphKeys.GLOBAL_STEP, scores)
Dgan_estimator_test.py239 self.assertEqual(num_steps, scores[ops.GraphKeys.GLOBAL_STEP])
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables_test.py188 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/
Delastic_average_optimizer.py37 GLOBAL_STEP = 'global_step' variable
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py513 start_step = load_variable(self._model_dir, ops.GraphKeys.GLOBAL_STEP)
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py921 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, gstep)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py149 ops.GraphKeys.GLOBAL_STEP,
155 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
/external/tensorflow/tensorflow/python/framework/
Dops.py6085 GLOBAL_STEP = "global_step" variable in GraphKeys