MCPcopy Index your code
hub / github.com/apache/tvm / listdir

Method listdir

python/tvm/support/utils.py:170–178  ·  view source on GitHub ↗

List contents in the dir. Returns ------- names : list The content of directory

(self)

Source from the content-addressed store, hash-verified

168 return os.path.join(self.temp_dir, name)
169
170 def listdir(self):
171 """List contents in the dir.
172
173 Returns
174 -------
175 names : list
176 The content of directory
177 """
178 return os.listdir(self.temp_dir)
179
180
181atexit.register(TempDirectory.remove_tempdirs)

Callers 2

tarFunction · 0.45
find_libdevice_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected