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

pre-commit cleanup

parent c58b1ff2
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,11 @@ import numpy as np ...@@ -30,7 +30,11 @@ 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
from qonnx.util.basic import calculate_signed_dot_prod_range, gen_finn_dt_tensor, qonnx_make_model from qonnx.util.basic import (
calculate_signed_dot_prod_range,
gen_finn_dt_tensor,
qonnx_make_model,
)
def hls_random_mlp_maker(layer_spec): def hls_random_mlp_maker(layer_spec):
......
...@@ -37,7 +37,11 @@ from qonnx.custom_op.general.im2col import compute_conv_output_dim ...@@ -37,7 +37,11 @@ from qonnx.custom_op.general.im2col import compute_conv_output_dim
from qonnx.custom_op.registry import getCustomOp from qonnx.custom_op.registry import getCustomOp
from qonnx.transformation.general import GiveUniqueNodeNames from qonnx.transformation.general import GiveUniqueNodeNames
from qonnx.transformation.infer_shapes import InferShapes from qonnx.transformation.infer_shapes import InferShapes
from qonnx.util.basic import calculate_signed_dot_prod_range, gen_finn_dt_tensor, qonnx_make_model from qonnx.util.basic import (
calculate_signed_dot_prod_range,
gen_finn_dt_tensor,
qonnx_make_model,
)
import finn.core.onnx_exec as oxe import finn.core.onnx_exec as oxe
from finn.transformation.fpgadataflow.compile_cppsim import CompileCppSim from finn.transformation.fpgadataflow.compile_cppsim import CompileCppSim
......
...@@ -36,7 +36,11 @@ from qonnx.core.modelwrapper import ModelWrapper ...@@ -36,7 +36,11 @@ from qonnx.core.modelwrapper import ModelWrapper
from qonnx.custom_op.general.multithreshold import multithreshold from qonnx.custom_op.general.multithreshold import multithreshold
from qonnx.custom_op.registry import getCustomOp from qonnx.custom_op.registry import getCustomOp
from qonnx.transformation.general import GiveUniqueNodeNames from qonnx.transformation.general import GiveUniqueNodeNames
from qonnx.util.basic import calculate_signed_dot_prod_range, gen_finn_dt_tensor, qonnx_make_model from qonnx.util.basic import (
calculate_signed_dot_prod_range,
gen_finn_dt_tensor,
qonnx_make_model,
)
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
......
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