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

Function __get_min_os_version

python/tvm/support/xcode.py:48–53  ·  view source on GitHub ↗
(sdk)

Source from the content-addressed store, hash-verified

46
47
48def __get_min_os_version(sdk):
49 if sdk == "macosx":
50 return None
51 if sdk in ("iphoneos", "iphonesimulator"):
52 return "13.0"
53 raise RuntimeError(f"Unsupported sdk: {sdk}")
54
55
56def __get_min_os_version_cmd(sdk, min_os_version):

Callers 1

__get_min_os_version_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…