Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_ptq_quantization_method_not_applied_when_matcher_mismatch (0.73 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
            0.55,
        )
    
      @test_util.run_in_graph_and_eager_modes
      def test_ptq_quantization_method_not_applied_when_matcher_mismatch(self):
        """Tests that quantization method is not applied to unmatched units."""
        input_shape = (1, 2)
        model = self._create_matmul_model(
            input_shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top