Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetQuantizationResult (0.13 sec)

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

    // attribute, which is deserialized as `Method` and set in the returned
    // `QuantizationResult`. Otherwise, it returns `std::nullopt`.
    std::optional<QuantizationResult> GetQuantizationResult(func::CallOp call_op) {
      const StringRef callee_name = call_op.getCalleeAttr().getValue();
      if (!callee_name.starts_with(kQuantizedFuncPrefix)) {
        return std::nullopt;  // `call_op` is not a quantized function call.
    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