Searched refs:GLOBAL_STEP (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | training_util_test.py | 28 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])
|
D | training_util.py | 145 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])
|
D | supervisor.py | 491 ops.GraphKeys.GLOBAL_STEP) 495 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
|
D | basic_session_run_hooks_test.py | 1032 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_utils.py | 353 elif ops.GraphKeys.GLOBAL_STEP in var_collections: 354 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
|
D | parameter_server_strategy.py | 465 elif ops.GraphKeys.GLOBAL_STEP in collections: 466 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, wrapped)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-graph-keys.pbtxt | 30 name: "GLOBAL_STEP"
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saved_model_experimental.py | 279 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 1912 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/ |
D | ops.py | 6567 GLOBAL_STEP = "global_step" variable in GraphKeys
|