Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc466 const string full_tensor_key_string(full_tensor_key); in AddSlice() local
467 BundleEntryProto* full_entry = &entries_[full_tensor_key_string]; in AddSlice()
485 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, slice_spec); in AddSlice()
940 const string full_tensor_key_string(full_tensor_key); in GetSliceValue() local
942 gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
951 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
957 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
960 tss = gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
981 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, in GetSliceValue()