Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintExecuteOpFuncAttribute (0.52 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_common.h

                                     "pair, where both the key and the value are "
                                     "strings";
      }
      return mlir::success();
    }
    
    template <typename OpTy>
    void PrintExecuteOpFuncAttribute(mlir::OpAsmPrinter &p, OpTy op) {
      auto op_func_attrs = op.getOpFuncAttrs();
      if (!op_func_attrs.empty()) {
        auto print_key_value = [&](mlir::Attribute attr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top