Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pipe
Function · 0.45
explicit_conditional_ops_pipeline
Function · 0.45
test_not_python
Method · 0.45
Calls
no outgoing calls
Tested by
3
actual_pipe
Function · 0.36
explicit_conditional_ops_pipeline
Function · 0.36
test_not_python
Method · 0.36