Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ _adjust_dox
Function
_adjust_dox
dali/python/nvidia/dali/ops/_docs.py:29–32 ·
view source on GitHub ↗
(dox, api)
Source
from the content-addressed store, hash-verified
27
28
29
def
_adjust_dox(dox, api):
30
if
api ==
"dynamic"
:
31
dox = dox.replace(
"TensorList"
,
"Tensor/Batch"
)
32
return
dox
33
34
35
def
_numpydoc_formatter(name, type, doc, optional=False):
Callers
1
_get_inputs_doc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected