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

[Test] call InferStreamingMaxPool in cnv-w1a1 HLS conv test

parent 599d8497
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ def test_convert_to_hls_layers_cnv_w1a1():
simd = mw
inst.set_nodeattr("SIMD", simd)
model = model.transform(to_hls.InferConvInpGen())
model = model.transform(to_hls.InferStreamingMaxPool())
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