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

Function _is_windows_like

python/tvm/support/cc.py:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def _is_windows_like():
39 return sys.platform == "win32"
40
41
42def get_cc():

Callers 4

test_sharedFunction · 0.90
test_executableFunction · 0.90
create_sharedFunction · 0.85
create_executableFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_sharedFunction · 0.72
test_executableFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…