Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for trackable_object_graph (0.38 sec)

  1. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

    // The string key becomes the "name" attribute of the SerializedTensor proto
    // in the TrackableObjectGraph,
    // https://github.com/tensorflow/tensorflow/blob/ddc1bbad3dfd4a089eb96014f26cc16664b1b2f8/tensorflow/core/protobuf/trackable_object_graph.proto#L26
    // And the checkpoint_key is a globally unique string derived from this name:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/saved_model_utils.cc

    #include "tensorflow/core/platform/stringpiece.h"
    #include "tensorflow/core/protobuf/saved_object_graph.pb.h"
    #include "tensorflow/core/protobuf/struct.pb.h"
    #include "tensorflow/core/protobuf/trackable_object_graph.pb.h"
    
    namespace tensorflow {
    namespace internal {
    namespace {
    
    using StructuredValueDictEntry =
        protobuf::MapPair<std::string, StructuredValue>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 12 19:17:46 UTC 2023
    - 24K bytes
    - Viewed (0)
Back to top