Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sextOrTrunc (0.1 sec)

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

          return APInt(result_element_type.getWidth(), value != 0);
        }
        return is_unsigned ? value.zextOrTrunc(output_bitwidth)
                           : value.sextOrTrunc(output_bitwidth);
      };
    
      return elements_attr.mapValues(result_element_type, cast);
    }
    
    //===----------------------------------------------------------------------===//
    // SelectV2Op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top