(self)
| 4 | |
| 5 | class TestOnnx(unittest.TestCase): |
| 6 | def test_load(self): |
| 7 | model = onnx.load("/input/tests/data/mnist-8.onnx") |
| 8 | self.assertIn("CNTKGraph", onnx.helper.printable_graph(model.graph)) |
nothing calls this directly
no outgoing calls
no test coverage detected