Xilinx / finn-base

Open Source Compiler Framework using ONNX as Frontend and IR
https://finn-base.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

Added 3D to 4D (tensor) transformation #19

Closed mmrahorovic closed 3 years ago

mmrahorovic commented 3 years ago

[change_3d_tensors_to_4d]: 3D to 4D transformation of tensors. This transformation was needed to make QuartzNet compatible with other transformations (like LowerConvsToMatMul). [test_4d_conversion]: added test cases for the 3D to 4D (tensor) transformation.

This pull request (PR) contains the changes from PR #17.

maltanar commented 3 years ago

Also one more general thing: for future PRs, can you please ensure you have merged dev into the PR branch for any outstanding PRs, especially if there are conflicts?