MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_load

Method test_load

tests/test_onnx.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class 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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected