Skip to content
Snippets Groups Projects
Commit dab28d46 authored by Hendrik Borras's avatar Hendrik Borras
Browse files

Moved QONNX transformations to a new folder and moved activation handlers to their own file.

parent bdce7541
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@ from tempfile import TemporaryDirectory
import finn.core.onnx_exec as oxe
from finn.core.modelwrapper import ModelWrapper
from finn.transformation.convert_qonnx_to_finn import ConvertQONNXtoFINN
from finn.transformation.fold_constants import FoldConstants
from finn.transformation.general import GiveUniqueNodeNames, RemoveStaticGraphInputs
from finn.transformation.infer_shapes import InferShapes
from finn.transformation.qonnx.convert_qonnx_to_finn import ConvertQONNXtoFINN
from finn.util.test import get_test_model_trained
......
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