Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dtraining_util.py34 GLOBAL_STEP_READ_KEY = 'global_step_read_op_cache' variable
202 global_step_read_tensors = graph.get_collection(GLOBAL_STEP_READ_KEY)
205 'There should be only one.'.format(GLOBAL_STEP_READ_KEY))
238 ops.add_to_collection(GLOBAL_STEP_READ_KEY, global_step_read_tensor)