Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadSavedModelGeneric (1 sec)

  1. tensorflow/cc/saved_model/loader.cc

          std::make_unique<LiteSessionWrapper>(std::move(session)),
          std::move(*meta_graph_def.mutable_signature_def()));
      return absl::OkStatus();
    }
    
    template <typename BundleType>
    Status LoadSavedModelGeneric(const SessionOptions& session_options,
                                 const RunOptions& run_options,
                                 const string& export_dir,
                                 const std::unordered_set<string>& tags,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top