MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / is_linux

Function is_linux

configure.py:78–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77
78def is_linux():
79 return platform.system() == 'Linux'
80
81
82def is_macos():

Callers 6

set_tf_tensorrt_versionFunction · 0.85
set_tf_nccl_versionFunction · 0.85
toolkit_existsFunction · 0.85
validate_cuda_configFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected