()
| 140 | |
| 141 | |
| 142 | def test_nested_init_parameters(): |
| 143 | cfg = ParseParams.load(config_path) |
| 144 | ParseParams.update_batch(cfg, {"EngineConfig.onnxruntime.use_cuda": True}) |
| 145 | |
| 146 | assert cfg.EngineConfig.onnxruntime.use_cuda is True |
| 147 | |
| 148 | |
| 149 | def test_input_three_ndim_two_channel(engine): |
nothing calls this directly
no test coverage detected
searching dependent graphs…