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.py35 GLOBAL_STEP_READ_KEY = 'global_step_read_op_cache' variable
204 global_step_read_tensors = graph.get_collection(GLOBAL_STEP_READ_KEY)
207 'There should be only one.'.format(GLOBAL_STEP_READ_KEY))
240 ops.add_to_collection(GLOBAL_STEP_READ_KEY, global_step_read_tensor)