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

Function resize_op

dali/test/python/operator_2/test_resize.py:186–192  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

184
185
186def resize_op(backend):
187 if backend in ["cpu", "gpu"]:
188 return fn.resize
189 elif backend == "cvcuda":
190 return fn.experimental.resize
191 else:
192 assert False
193
194
195def backend_device(backend):

Callers 4

resize_daliFunction · 0.85
_test_stitchingFunction · 0.85
_test_empty_inputFunction · 0.85
_test_very_small_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected