Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_ptq_denylist_basic (0.32 sec)

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

          quantization.quantize_saved_model(
              self._input_saved_model_path,
              self._output_saved_model_path,
              config,
          )
    
      @test_util.run_in_graph_and_eager_modes
      def test_ptq_denylist_basic(self):
        """Tests that the op is not quantized when no quantization is enabled."""
        input_shape = (1, 2)
        model = self._create_matmul_model(
            input_shape,
            weight_shape=(2, 3),
    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