()
| 222 | |
| 223 | @attr("pytorch") |
| 224 | def 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") |
nothing calls this directly
no test coverage detected