Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for trackable_object_graph (0.32 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/compiler/mlir/tensorflow/translate/import_model.cc

      }
    
      if (!value_it->second.has_tensor()) {
        return nullptr;
      }
    
      return &value_it->second.tensor();
    }
    
    const TrackableObjectGraph::TrackableObject::SerializedTensor*
    FindSerializedTensorInTrackable(
        const TrackableObjectGraph::TrackableObject& trackable_object,
        StringPiece name) {
      for (const auto& maybe_serialized_tensor : trackable_object.attributes()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top