Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ParseResult (0.13 sec)

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

      bool has_key = false;
      bool has_device = false;
      bool has_func_attr = false;
      bool has_cost = false;
      bool has_op_name = true;
      bool has_symbol_ref = false;
    };
    
    mlir::ParseResult ParseExecuteOpCommon(mlir::OpAsmParser &parser,
                                           mlir::Builder &builder,
                                           mlir::OperationState &result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td

      }];
    
      let cppNamespace = "::mlir::TFL";
    
      let useDefaultAttributePrinterParser = 1;
      let useDefaultTypePrinterParser = 1;
    
      let extraClassDeclaration = [{
        ParseResult parseOneResultSameOperandTypeOp(OpAsmParser &parser,
                                                    OperationState &result);
    
        void printOneResultOp(Operation *op, OpAsmPrinter &p);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_common.cc

        llvm::StringRef key = mlir::cast<mlir::StringAttr>(key_value[0]).getValue();
        mlir::Attribute value = key_value[1];
        op_attrs->push_back({key, value});
      }
    }
    
    mlir::ParseResult ParseExecuteOpCommon(mlir::OpAsmParser &parser,
                                           mlir::Builder &builder,
                                           mlir::OperationState &result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top