MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / test_dev_examples

Function test_dev_examples

tools/Polygraphy/tests/test_examples.py:391–394  ·  view source on GitHub ↗
(example, sandboxed_install_run)

Source from the content-addressed store, hash-verified

389@pytest.mark.parametrize("example", DEV_EXAMPLES, ids=lambda case: str(case))
390@pytest.mark.script_launch_mode("subprocess")
391def test_dev_examples(example, sandboxed_install_run):
392 with example as command_blocks:
393 for cmd_block in command_blocks:
394 example.run(cmd_block, sandboxed_install_run)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected