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

Method enable_api_check

dali/python/nvidia/dali/pipeline.py:835–837  ·  view source on GitHub ↗

Allows to enable or disable API check in the runtime

(self, enable)

Source from the content-addressed store, hash-verified

833 )
834
835 def enable_api_check(self, enable):
836 """Allows to enable or disable API check in the runtime"""
837 self._skip_api_check = not enable
838
839 def _check_api_type_scope(self, type):
840 """Checks the API currently used by pipeline and throws an error if it differs

Callers 4

test_api_fw_check1Function · 0.80
test_api_fw_check2Function · 0.80
test_api_check1Function · 0.80
test_api_check2Function · 0.80

Calls

no outgoing calls

Tested by 4

test_api_fw_check1Function · 0.64
test_api_fw_check2Function · 0.64
test_api_check1Function · 0.64
test_api_check2Function · 0.64