Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_no_quantization (0.27 sec)

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

        QuantizationResult result{};
        result.mutable_quantizable_unit()->set_name(
            callee_name_attr.getValue().str());
        result.mutable_method()->mutable_no_quantization();
        return result;
      } else {
        return std::nullopt;
      }
    }
    
    // Populates quantized ops from `module_op` to `results`. After going through
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top