Skip to content
Snippets Groups Projects
Commit 7d130b59 authored by auphelia's avatar auphelia
Browse files

[Tests] Remove obsolete imports from streaming maxpool test

parent 5ce96206
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
import pytest import pytest
# import numpy as np
from onnx import TensorProto, helper from onnx import TensorProto, helper
from qonnx.core.datatype import DataType from qonnx.core.datatype import DataType
from qonnx.core.modelwrapper import ModelWrapper from qonnx.core.modelwrapper import ModelWrapper
...@@ -40,7 +39,6 @@ from qonnx.util.basic import gen_finn_dt_tensor ...@@ -40,7 +39,6 @@ from qonnx.util.basic import gen_finn_dt_tensor
import finn.core.onnx_exec as oxe import finn.core.onnx_exec as oxe
from finn.analysis.fpgadataflow.exp_cycles_per_layer import exp_cycles_per_layer from finn.analysis.fpgadataflow.exp_cycles_per_layer import exp_cycles_per_layer
# from qonnx.custom_op.registry import getCustomOp
from finn.transformation.fpgadataflow.compile_cppsim import CompileCppSim from finn.transformation.fpgadataflow.compile_cppsim import CompileCppSim
from finn.transformation.fpgadataflow.convert_to_hls_layers import InferStreamingMaxPool from finn.transformation.fpgadataflow.convert_to_hls_layers import InferStreamingMaxPool
from finn.transformation.fpgadataflow.hlssynth_ip import HLSSynthIP from finn.transformation.fpgadataflow.hlssynth_ip import HLSSynthIP
......
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