Searched refs:GLOBAL_STEP (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | training_util_test.py | 32 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])
|
D | training_util.py | 90 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])
|
D | supervisor.py | 495 ops.GraphKeys.GLOBAL_STEP) 499 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, global_step)
|
D | basic_session_run_hooks_test.py | 1036 ops.GraphKeys.GLOBAL_STEP, ops.GraphKeys.GLOBAL_VARIABLES
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_utils.py | 336 elif ops.GraphKeys.GLOBAL_STEP in var_collections: 337 ops.add_to_collections(ops.GraphKeys.GLOBAL_STEP, result)
|
D | parameter_server_strategy.py | 468 elif ops.GraphKeys.GLOBAL_STEP in collections: 469 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 | 281 g.add_to_collection(ops.GraphKeys.GLOBAL_STEP, clone.optimizer.iterations)
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 1809 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/ |
D | ops.py | 6269 GLOBAL_STEP = "global_step" variable in GraphKeys
|