klassen9
klassen9
This PR adds resize to the change_3d_tensors_to_4d transformation. The implementation supports resize version 10 up to 19. Version 10 only supports `scales` as an input, other than the input tensor....
This PR addresses the problem of not being able to assign a default configurations of the same type for different node types. For example, one could not assign the default...
The PR extends/fixes the current implementations for the transformations of the resize operator in FINN. We wanted to streamline a model that uses a resize operator, but the current implementation...
Here is a faster implementation of the data unpacking (src/finn/util/data_packing.py::packed_bytearray_to_finnpy). This implementation is different to the one seen in #1291. While being very efficient mdanilows variant suffers from weaknesses, such...