Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for same_scale_op (0.14 sec)

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

          self,
          same_scale_op: str,
      ):
        input_shape = (2, 3, 1, 1024)
        filter_shape = (2, 3, 1024, 3)
        static_input_shape = [dim if dim is not None else 2 for dim in input_shape]
    
        model = self._create_matmul_and_same_scale_model(
            input_shape,
            filter_shape,
            self._input_saved_model_path,
            same_scale_op,
        )
    
    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