Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for composite_dot_general (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/prepare_quantize/prepare_quantize_per_channel.mlir

        // CHECK: "tf.XlaCallModule"(%[[dq_act]], %[[dq_weight]]
        %1 = "tf.XlaCallModule"(%0, %cst) {
          Sout = [#tf_type.shape<2x2>], config = "",
          _entry_function = @composite_dot_general,
          module = "composite_dot_general",
          platforms = [], version = 4 : i64
        } : (tensor<2x2xf32>, tensor<2x2xf32>) -> tensor<2x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 26 07:48:15 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            # function name starts with "composite_dot_general".
            specs=qc.QuantizationSpecs(
                specs=[
                    qc.QuantizationSpec(
                        matcher=qc.MatcherSpec(
                            function_name=qc.FunctionNameMatcherSpec(
                                regex='composite_dot_general.*'
                            )
                        ),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/passes/testing/test_lift_quantizable_spots_as_functions_with_quantization_specs.cc

    // quantizable units.
    constexpr absl::string_view kSpecsDisableAllDotGeneral =
        R"pb(specs
             [ {
               matcher { function_name { regex: "composite_dot_general_.*" } }
               method { no_quantization {} }
             }])pb";
    
    // Configure `QuantizationSpecs` to apply `StaticRangePtq` to all quantizable
    // units.
    constexpr absl::string_view kSpecsStaticRangePtqToAll =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:21:42 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top