Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEncodedSourceLoc (0.15 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.cc

    //                      | `tensor_list<` (string-literal | string_list)  '>'
    //   attr_type ::= `attr`
    Type TFRDialect::parseType(DialectAsmParser &parser) const {
      Location loc = parser.getEncodedSourceLoc(parser.getNameLoc());
      MLIRContext *ctx = loc.getContext();
    
      StringRef typeNameSpelling;
      if (failed(parser.parseKeyword(&typeNameSpelling))) return {};
      llvm::SmallVector<StringAttr, 4> attrs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 21 16:55:41 UTC 2023
    - 38.2K bytes
    - Viewed (0)
Back to top