Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

      return is_i32_operand && is_f32_result;
    }
    
    // Matches the zero points operand for the uniform_quantize and
    // uniform_dequantize functions. Returns `failure()` if it doesn't match.
    LogicalResult MatchZeroPointsOperand(Value zero_points) {
      if (!zero_points) {
        LLVM_DEBUG(llvm::dbgs() << "Zero point value is empty.\n");
        return failure();
      }
    
      auto zero_points_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top