Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF1 (0.03 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          filter_shape: Sequence[int] = (2, 3, 3, 2),
          use_variable_for_filter=False,
      ) -> Tuple[core.Tensor, core.Tensor]:
        """Creates a basic convolution model.
    
        This is intended to be used for TF1 (graph mode) tests.
    
        Args:
          input_shape: Shape of the input tensor.
          filter_shape: Shape of the filter.
          use_variable_for_filter: Setting this to `True` makes the filter for the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

    from tensorflow.python.types import core
    
    _CalibrationMethod = qc.CalibrationOptions.CalibrationMethod
    
    
    # Test cases for Static Range Quantization.
    # Tries to run all tests cases in both the graph mode (default in TF1) and the
    # eager mode (default in TF2) to ensure support for when TF2 is disabled.
    class StaticRangeQuantizationTest(quantize_model_test_base.QuantizedModelTest):
    
      @parameterized.parameters(
    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