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

Method not_

dali/python/nvidia/dali/_conditionals.py:648–650  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

646 return isinstance(a, _DataNode)
647
648 def not_(self, a):
649 # Not is eager (not lazy)
650 return fn._conditional.not_(a)
651
652 def detect_overload_lazy_and(self, a):
653 return isinstance(a, _DataNode)

Callers 3

actual_pipeFunction · 0.45
test_not_pythonMethod · 0.45

Calls

no outgoing calls

Tested by 3

actual_pipeFunction · 0.36
test_not_pythonMethod · 0.36