You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of stream.Counter is renewed, so that some bugs of stream.Counter are fixed.
stream.Sync operator that synchronize explicitly the start stages of input variables is added.
stream.ForwardDest and stream.ForwardSource for data forwarding between stream.read_RAM and stream.write_RAM is added. This operator is required to realize a read_modify_write_RAM operator.
stream.Alias is added.
stream.ReduceMax, ReduceMin, ReduceArgMax, and ReduceArgMin are added for NNgen.