Skip to content

Commit 8ea6e14

Browse files
irenabirenab
authored andcommitted
remove test
1 parent 76a1a35 commit 8ea6e14

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/keras_tests/feature_networks_tests/test_features_runner.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
LUTActivationQuantizerTest
6464
from tests.keras_tests.feature_networks_tests.feature_networks.manual_bit_selection import ManualBitWidthSelectionTest, \
6565
Manual16BitWidthSelectionTest, Manual16BitWidthSelectionMixedPrecisionTest
66-
from tests.keras_tests.feature_networks_tests.feature_networks.mixed_precision.requires_mixed_precision_test import \
67-
RequiresMixedPrecision, RequiresMixedPrecisionWeights
6866
from tests.keras_tests.feature_networks_tests.feature_networks.mixed_precision_bops_test import \
6967
MixedPrecisionBopsBasicTest, MixedPrecisionBopsAllWeightsLayersTest, MixedPrecisionWeightsOnlyBopsTest, \
7068
MixedPrecisionActivationOnlyBopsTest, MixedPrecisionBopsAndWeightsUtilizationTest, \
@@ -246,13 +244,6 @@ def test_mixed_precision_search(self):
246244
def test_mixed_precision_weights_only_activation_conf(self):
247245
MixedPrecisionWeightsOnlyConfigurableActivationsTest(self).run_test()
248246

249-
def test_requires_mixed_precision(self):
250-
RequiresMixedPrecisionWeights(self, weights_memory=True).run_test()
251-
RequiresMixedPrecision(self, activation_memory=True).run_test()
252-
RequiresMixedPrecision(self, total_memory=True).run_test()
253-
RequiresMixedPrecision(self, bops=True).run_test()
254-
RequiresMixedPrecision(self).run_test()
255-
256247
def test_mixed_precision_for_part_weights_layers(self):
257248
MixedPrecisionSearchPartWeightsLayersTest(self).run_test()
258249

0 commit comments

Comments
 (0)