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

[Test] call InferConvInpGen as part of cnv-w1a1 HLS test

parent cf2915da
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ def test_convert_to_hls_layers_cnv_w1a1():
else:
simd = mw
inst.set_nodeattr("SIMD", simd)
model = model.transform(to_hls.InferConvInpGen())
model.save("cnv-pre-compile.onnx")
model = model.transform(CodeGen_npysim())
model = model.transform(Compile())
......
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