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.py32 self.assertEqual('%s:0' % ops.GraphKeys.GLOBAL_STEP, global_step.name)
43 name=ops.GraphKeys.GLOBAL_STEP,
44 collections=[ops.GraphKeys.GLOBAL_STEP])
57 name=ops.GraphKeys.GLOBAL_STEP,
58 collections=[ops.GraphKeys.GLOBAL_STEP])
82 name=ops.GraphKeys.GLOBAL_STEP,
83 collections=[ops.GraphKeys.GLOBAL_STEP])
Dtraining_util.py90 global_step_tensors = graph.get_collection(ops.GraphKeys.GLOBAL_STEP)
126 ops.GraphKeys.GLOBAL_STEP,
133 ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP
138 ops.GraphKeys.GLOBAL_STEP,
144 collections=[ops.GraphKeys.GLOBAL_VARIABLES, ops.GraphKeys.GLOBAL_STEP])
Dsupervisor.py495 ops.GraphKeys.GLOBAL_STEP)
499 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
Dbasic_session_run_hooks_test.py1036 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_utils.py336 elif ops.GraphKeys.GLOBAL_STEP in var_collections:
337 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
Dparameter_server_strategy.py468 elif ops.GraphKeys.GLOBAL_STEP in collections:
469 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.py281 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1809 elif ops.GraphKeys.GLOBAL_STEP in collections:
1810 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, self)
2206 ops.GraphKeys.GLOBAL_STEP,
/external/tensorflow/tensorflow/python/framework/
Dops.py6269 GLOBAL_STEP = "global_step" variable in GraphKeys