Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatBufferFileToMlirTranslation (0.26 sec)

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

    #include "mlir/Tools/mlir-translate/Translation.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/lite/flatbuffer_import.h"
    
    namespace tensorflow {
    namespace {
    static mlir::OwningOpRef<mlir::ModuleOp> FlatBufferFileToMlirTranslation(
        llvm::SourceMgr* source_mgr, mlir::MLIRContext* context) {
      const llvm::MemoryBuffer* input =
          source_mgr->getMemoryBuffer(source_mgr->getMainFileID());
      std::string error;
      auto loc =
    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