|
63 | 63 | LUTActivationQuantizerTest |
64 | 64 | from tests.keras_tests.feature_networks_tests.feature_networks.manual_bit_selection import ManualBitWidthSelectionTest, \ |
65 | 65 | Manual16BitWidthSelectionTest, Manual16BitWidthSelectionMixedPrecisionTest |
66 | | -from tests.keras_tests.feature_networks_tests.feature_networks.mixed_precision.requires_mixed_precision_test import \ |
67 | | - RequiresMixedPrecision, RequiresMixedPrecisionWeights |
68 | 66 | from tests.keras_tests.feature_networks_tests.feature_networks.mixed_precision_bops_test import \ |
69 | 67 | MixedPrecisionBopsBasicTest, MixedPrecisionBopsAllWeightsLayersTest, MixedPrecisionWeightsOnlyBopsTest, \ |
70 | 68 | MixedPrecisionActivationOnlyBopsTest, MixedPrecisionBopsAndWeightsUtilizationTest, \ |
@@ -246,13 +244,6 @@ def test_mixed_precision_search(self): |
246 | 244 | def test_mixed_precision_weights_only_activation_conf(self): |
247 | 245 | MixedPrecisionWeightsOnlyConfigurableActivationsTest(self).run_test() |
248 | 246 |
|
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 | | - |
256 | 247 | def test_mixed_precision_for_part_weights_layers(self): |
257 | 248 | MixedPrecisionSearchPartWeightsLayersTest(self).run_test() |
258 | 249 |
|
|
0 commit comments