()
| 140 | |
| 141 | @attr("paddle") |
| 142 | def test_api_fw_check2_paddle(): |
| 143 | from nvidia.dali.plugin.paddle import DALIGenericIterator as PaddleIterator |
| 144 | |
| 145 | yield from test_api_fw_check2(PaddleIterator, ["data", "bboxes", "label"]) |
| 146 | |
| 147 | |
| 148 | @nottest |
nothing calls this directly
no test coverage detected