Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dtraining_util_test.py28 self.assertEqual('%s:0' % ops.GraphKeys.GLOBAL_STEP, global_step.name)
39 name=ops.GraphKeys.GLOBAL_STEP,
40 collections=[ops.GraphKeys.GLOBAL_STEP])
53 name=ops.GraphKeys.GLOBAL_STEP,
54 collections=[ops.GraphKeys.GLOBAL_STEP])
78 name=ops.GraphKeys.GLOBAL_STEP,
79 collections=[ops.GraphKeys.GLOBAL_STEP])
Dtraining_util.py145 global_step_tensors = graph.get_collection(ops.GraphKeys.GLOBAL_STEP)
234 ops.GraphKeys.GLOBAL_STEP,
241 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP
246 ops.GraphKeys.GLOBAL_STEP,
252 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
Dsupervisor.py491 ops.GraphKeys.GLOBAL_STEP)
495 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
Dbasic_session_run_hooks_test.py1032 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_utils.py353 elif ops.GraphKeys.GLOBAL_STEP in var_collections:
354 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
Dparameter_server_strategy.py465 elif ops.GraphKeys.GLOBAL_STEP in collections:
466 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, wrapped)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt30 name: "GLOBAL_STEP"
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_experimental.py279 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1912 elif ops.GraphKeys.GLOBAL_STEP in collections:
1913 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, self)
2321 ops.GraphKeys.GLOBAL_STEP,
/external/tensorflow/tensorflow/python/framework/
Dops.py6567 GLOBAL_STEP = "global_step" variable in GraphKeys