Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetVariablesFilepath (0.12 sec)

  1. tensorflow/cc/experimental/libexport/load.h

      }
    
      // Returns whether or not we found a valid checkpoint when loading the
      // package.
      bool HasCheckpoint() { return has_checkpoint_; }
    
      // Returns the path to the variables file.
      const std::string GetVariablesFilepath() const { return variables_filepath_; }
    
     private:
      SavedModel saved_model_proto_;
      TrackableObjectGraph trackable_object_graph_;
      std::unique_ptr<tensorflow::BundleReader> variable_reader_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 13 06:33:42 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top