Skip to content

Commit

Permalink
fix dsp_aware_pruning test import path
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Oct 26, 2024
1 parent 112d353 commit 06bf84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest/test_optimization/test_attributes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from tensorflow.keras.layers import Conv2D, Dense, Flatten, ReLU
from tensorflow.keras.models import Sequential

from hls4ml.optimization import get_attributes_from_keras_model_and_hls4ml_config
from hls4ml.optimization.dsp_aware_pruning import get_attributes_from_keras_model_and_hls4ml_config
from hls4ml.utils.config import config_from_keras_model


Expand Down

0 comments on commit 06bf84c

Please sign in to comment.