Hello, I'm still going with the project I created an issue about last month. Due to an overblow of unrolling loops during C Synthesis, I was looking into the Resizing layer from the tensorflow example, and found in the code that it exists, but the names are incompatible (as in Resizing is not the same as Resize).
Details
Not sure if this is supposed to support tensorflow, but if the implementation is similar, the Resizing layer could be resolved as Resize from hls4ml itself.
New behavior
tf.keras.layers.Resizing will be resolved as a Resize layer in hls4ml/model/layers.py
Motivation
More complicated projects in Tensorflow will be able to get prototyped easier.
Hello, I'm still going with the project I created an issue about last month. Due to an overblow of unrolling loops during C Synthesis, I was looking into the Resizing layer from the tensorflow example, and found in the code that it exists, but the names are incompatible (as in
Resizing
is not the same asResize
).Details
Resizing
layer could be resolved asResize
from hls4ml itself.New behavior
tf.keras.layers.Resizing
will be resolved as aResize
layer inhls4ml/model/layers.py
Motivation
Parts of hls4ml being affected
hls4ml/model/layers.py