Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py96 self.dtype_map = pywrap_tensorflow.NewCheckpointReader(
174 def __init__(self, save_path, dtype_map=None): argument
176 self.dtype_map = dtype_map
232 if spec.name in self.dtype_map:
238 dtypes=[self.dtype_map[spec.name]],
1054 dtype_map = None
1056 dtype_map = reader.get_variable_to_dtype_map()
1064 save_path=save_path, dtype_map=dtype_map)
Dbase.py292 dtype = self._checkpoint.dtype_map[checkpoint_key]
/external/tensorflow/tensorflow/contrib/checkpoint/python/
Dvisualize.py56 dtype_map = reader.get_variable_to_dtype_map()
81 dtype_map[attribute.checkpoint_key].name)