MCPcopy 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
29def _adjust_dox(dox, api):
30 if api == "dynamic":
31 dox = dox.replace("TensorList", "Tensor/Batch")
32 return dox
33
34
35def _numpydoc_formatter(name, type, doc, optional=False):

Callers 1

_get_inputs_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected