Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PopulateCoeffOpQuantDimIfPerChannelQuantized (0.56 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/ops/stablehlo_op_quant_spec.cc

    // is set for `spec`.
    // TODO: b/323478683 - Duplicate tracking of config will be eliminated.
    // `OpQuantSpec` will be deprecated and `Method` will be used instead.
    void PopulateCoeffOpQuantDimIfPerChannelQuantized(
        TF::XlaCallModuleOp xla_call_module_op, OpQuantSpec& spec) {
      absl::StatusOr<Method> method = GetQuantizationMethod(xla_call_module_op);
      if (method.ok() && method->has_static_range_ptq()) {
        // TODO: b/331145946
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top