Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipRegions (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/string_util.cc

      llvm::raw_string_ostream op_stream(out);
      op.print(op_stream, mlir::OpPrintingFlags()
                              .elideLargeElementsAttrs()
                              .assumeVerified()
                              .skipRegions()
                              .printGenericOpForm());
      return out;
    }
    
    std::string AttrAsString(mlir::Attribute& attr) {
      std::string out;
      llvm::raw_string_ostream attr_stream(out);
      attr.print(attr_stream);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 16 23:18:40 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top