Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for is_i32_operand (0.11 sec)

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

      const bool is_i8_operand =
          convert_op.getOperand().getType().getElementType().isInteger(/*width=*/8);
      const bool is_i32_result =
          convert_op.getResult().getType().getElementType().isInteger(/*width=*/32);
      return is_i8_operand && is_i32_result;
    }
    
    // Tests whether a `stablehlo::ConvertOp` is a i32 -> f32 cast.
    bool IsI32ToF32Cast(stablehlo::ConvertOp convert_op) {
      const bool is_i32_operand =
    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