Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for denylisting (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/lift_quantizable_spots_as_functions.cc

      // details of `Printer`.
      TrimTrailingWhitespaces(method_txtpb);
    
      return method_txtpb;
    }
    
    // Applies quantization spec to all matched lifted functions. At this point only
    // denylisting (`NoQuantization`) will be applied if specs is nonempty.
    // TODO: b/307620778 - Support more advanced selective quantization methods.
    LogicalResult ApplyQuantizationSpec(const QuantizationSpec& spec,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.proto

      // sub-channel quantization.
      oneof type {
        QuantizedDimension dimension_specs = 1;
        PerTensor per_tensor = 2;
      }
    }
    
    // A quantization method representing "do not quantize". Mostly used for
    // denylisting quantizable units from quantization.
    message NoQuantization {}
    
    // Configurations for static-range post-training quantization method on a
    // quantizable unit.
    message StaticRangePtq {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top