Skip to content
Snippets Groups Projects
Commit aeda4b3d authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] call AnnotateResources after synth

parent cbc3a58c
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,7 @@ def test_end2end_tfc_w1a1_make_pynq_proj():
def test_end2end_tfc_w1a1_synth_pynq_project():
model = ModelWrapper(build_dir + "/end2end_tfc_w1a1_pynq_project.onnx")
model = model.transform(SynthPYNQProject())
model = model.transform(AnnotateResources("synth"))
model.save(build_dir + "/end2end_tfc_w1a1_synth.onnx")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment