Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_save_quantization_report_file (0.36 sec)

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

        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
            0.4,
        )
    
      def test_save_quantization_report_file(self):
        """Tests that the quantization report file is created.
    
        Also test that it is populated with textproto of `QuantizationResults`.
        """
        input_shape = (1, 16)
    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