Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printOpOnDiagnostic (2.02 sec)

  1. tensorflow/compiler/mlir/lite/python/flatbuffer_to_mlir.cc

                                                 false);
        if (!input) {
          llvm::errs() << "Can't get llvm::MemoryBuffer\n";
          return "";
        }
      }
    
      mlir::MLIRContext context;
      context.printOpOnDiagnostic(true);
      llvm::SourceMgr sourceMgr;
      sourceMgr.AddNewSourceBuffer(std::move(input), llvm::SMLoc());
    
      mlir::OwningOpRef<mlir::ModuleOp> module =
          FlatBufferFileToMlirTranslation(&sourceMgr, &context);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top