Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ should_skip
Function
should_skip
dali/test/python/experimental_mode/test_docs.py:26–32 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
24
25
26
def
should_skip(x):
27
return
(
28
x._schema.IsDocHidden()
29
or x._schema.IsDocPartiallyHidden()
30
or x._schema.IsInternal()
31
or x._schema.IsAbstract()
32
)
33
34
35
def
test_function_docs_present():
Callers
5
SimplifyShapesForBroadcasting
Function · 0.85
test_function_docs_present
Function · 0.85
test_function_docs_no_tensor_list
Function · 0.85
test_op_docs_present
Function · 0.85
test_op_docs_no_tensor_list
Function · 0.85
Calls
4
IsDocHidden
Method · 0.80
IsDocPartiallyHidden
Method · 0.80
IsInternal
Method · 0.80
IsAbstract
Method · 0.80
Tested by
no test coverage detected