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

Function test_schema_name_torch

dali/test/python/test_functional_api.py:224–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223@attr("pytorch")
224def test_schema_name_torch():
225 import nvidia.dali.plugin.pytorch # noqa: F401
226
227 _test_schema_name_for_module("nvidia.dali.plugin.pytorch.fn")
228
229
230@attr("numba")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected