Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SameScalesOpInterface (0.18 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          [F32, I64, I32, I16, I8, QI8, QUI8, UI8, UI32, I1]>:$output
      );
    
      let hasOptions = 1;
    
      let hasFolder = 1;
    
      let hasVerifier = 1;
    
      let extraClassDeclaration = [{
        // SameScalesOpInterface:
        bool RequiredSameOperandsAndResultsScale(bool sign, int bit_width) {
          // uint8 doesn't require same operands and results scales.
          bool is_uint8 = !sign && (bit_width == 8);
          return !is_uint8;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top