Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDefaultStaticRangePtqSpec (0.29 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config.cc

    // ops.
    //
    // In textproto, the spec corresponds to:
    //
    // {
    //   {matcher {function_name {regex: ".*"}}
    //   {method {static_range_ptq {}}}
    // }
    QuantizationSpec GetDefaultStaticRangePtqSpec(StaticRangePtqPreset preset) {
      QuantizationSpec spec{};
      // Default for all ops.
      spec.mutable_matcher()->mutable_function_name()->set_regex(
          preset.enable_full_int_quantization() ? ".*"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top