MCPcopy Create free account
hub / github.com/NVIDIA/DALI / get_dali_extra_path

Function get_dali_extra_path

dali/test/python/test_utils.py:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94
95def get_dali_extra_path():
96 try:
97 dali_extra_path = os.environ["DALI_EXTRA_PATH"]
98 except KeyError:
99 print("WARNING: DALI_EXTRA_PATH not initialized.", file=sys.stderr)
100 dali_extra_path = "."
101 return dali_extra_path
102
103
104# those functions import modules on demand to no impose additional dependency on numpy or matplot

Calls 1

printFunction · 0.85

Tested by

no test coverage detected