Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/scons-tools/
Dglobtool.py5 def Glob( env, includes = None, excludes = None, dir = '.' ): function
/external/tensorflow/tensorflow/python/platform/
Dgfile.py28 from tensorflow.python.lib.io.file_io import get_matching_files as Glob unknown