Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getMainFileID (0.66 sec)

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

    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 =
          mlir::FileLineColLoc::get(context, input->getBufferIdentifier(), 0, 0);
      std::vector<std::string> inputs;
      std::vector<std::string> outputs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_translate.cc

        bool use_external_constant,
        bool experimental_prune_unreachable_nodes_unconditionally) {
      const llvm::MemoryBuffer* input =
          source_mgr->getMemoryBuffer(source_mgr->getMainFileID());
      std::string error;
      auto loc =
          mlir::FileLineColLoc::get(context, input->getBufferIdentifier(), 0, 0);
    
      // Parses input/output names from command line options.
      std::vector<std::string> inputs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top