MCPcopy Create free account
hub / github.com/apache/tvm / _increment_num_tempdir_created

Method _increment_num_tempdir_created

python/tvm/support/utils.py:54–59  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

52
53 @classmethod
54 def _increment_num_tempdir_created(cls):
55 with cls._NUM_TEMPDIR_CREATED_LOCK:
56 to_return = cls._NUM_TEMPDIR_CREATED
57 cls._NUM_TEMPDIR_CREATED += 1
58
59 return to_return
60
61 _DEBUG_PARENT_DIR = None
62

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected