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

[FIFO] use correct attribute for InsertFIFO

parent 61fd327c
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ class InsertFIFO(Transformation):
# determine fifo node attributes
fld_shape = n0.get_folded_output_shape()
dtype = n0.get_output_datatype()
fifo_depth = n0.get_nodeattr("inFIFODepth")
fifo_depth = n0.get_nodeattr("outFIFODepth")
# create fifo node
fifo_input_tensor = oh.make_tensor_value_info(
......
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