Home
last modified time | relevance | path

Searched refs:entry_copy (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc784 BundleEntryProto entry_copy; in GetBundleEntryProto() local
786 ParseEntryProto(iter_->key(), iter_->value(), &entry_copy)); in GetBundleEntryProto()
787 if (!TensorShape::IsValid(entry_copy.shape())) { in GetBundleEntryProto()
789 ProtoShortDebugString(entry_copy.shape())); in GetBundleEntryProto()
792 *entry = entry_copy; in GetBundleEntryProto()