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

[Test] add InferQuantizedStreamingFCLayer to cnv-w1a1 HLS conv

parent 8331c41c
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ def test_convert_to_hls_layers_cnv_w1a1():
expected = expected_ctx[model.graph.output[0].name]
model = model.transform(to_hls.InferBinaryStreamingFCLayer())
model = model.transform(to_hls.InferQuantizedStreamingFCLayer())
for node in model.graph.node:
if node.op_type == "StreamingFCLayer_Batch":
inst = getCustomOp(node)
......
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