Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc638 BundleEntryProto& existing_entry = entry_iter->second; in MergeOneBundle() local
646 TensorSliceProto* slot = existing_entry.add_slices(); in MergeOneBundle()
649 CHECK_EQ(existing_entry.dtype(), to_merge_entry.dtype()); in MergeOneBundle()
650 CHECK(TensorShape(existing_entry.shape()) == in MergeOneBundle()