MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _glob

Function _glob

tensorflow/python/debug/lib/debug_data.py:52–56  ·  view source on GitHub ↗
(glob_pattern)

Source from the content-addressed store, hash-verified

50
51
52def _glob(glob_pattern):
53 if platform.system() == "Windows":
54 return glob.glob(glob_pattern)
55 else:
56 return gfile.Glob(glob_pattern)
57
58
59class InconvertibleTensorProto(object):

Callers 4

_load_core_metadataMethod · 0.85
_load_fetches_infoMethod · 0.85
_load_feeds_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected