Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BundleType (0.09 sec)

  1. tensorflow/cc/saved_model/loader.cc

      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,
                                 BundleType* const bundle) {
      metrics::SavedModelReadApi(kCCLoadLabel).IncrementBy(1);
    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