Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle.cc495 const string full_tensor_key_string(full_tensor_key); in AddSlice() local
496 BundleEntryProto* full_entry = &entries_[full_tensor_key_string]; in AddSlice()
514 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, slice_spec); in AddSlice()
1013 const string full_tensor_key_string(full_tensor_key); in GetSliceValue() local
1015 gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
1024 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
1030 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
1033 tss = gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
1054 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, in GetSliceValue()