Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
_is_windows_like():
39
return
sys.platform ==
"win32"
40
41
42
def
get_cc():
Callers
4
test_shared
Function · 0.90
test_executable
Function · 0.90
create_shared
Function · 0.85
create_executable
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_shared
Function · 0.72
test_executable
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…