Skip to content

Commit 7d5c3a5

Browse files
committed
Merge branch 'import_edits' of https://github.com/Harsh9650/qonnx into Harsh9650-import_edits
2 parents 3fd9386 + 51b6717 commit 7d5c3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/0_how_to_work_with_onnx.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"outputs": [],
3737
"source": [
3838
"import onnx\n",
39-
"from qonnx.basic.util import qonnx_make_model\n",
39+
"from qonnx.util.basic import qonnx_make_model\n",
4040
"\n",
4141
"Add1_node = onnx.helper.make_node(\n",
4242
" 'Add',\n",
@@ -608,7 +608,7 @@
608608
"metadata": {},
609609
"outputs": [],
610610
"source": [
611-
"onnx_model1 = onnx.qonnx_make_model(graph, producer_name=\"simple-model1\")\n",
611+
"onnx_model1 = qonnx.util.basic.qonnx_make_model(graph, producer_name=\"simple-model1\")\n",
612612
"onnx.save(onnx_model1, '/tmp/simple_model1.onnx')"
613613
]
614614
},

0 commit comments

Comments
 (0)