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.cc493 const string full_tensor_key_string(full_tensor_key); in AddSlice() local
494 BundleEntryProto* full_entry = &entries_[full_tensor_key_string]; in AddSlice()
512 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, slice_spec); in AddSlice()
1000 const string full_tensor_key_string(full_tensor_key); in GetSliceValue() local
1002 gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
1011 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
1017 full_tensor_key_string, full_shape, full_tensor_entry.dtype(), in GetSliceValue()
1020 tss = gtl::FindPtrOrNull(tensor_slices_, full_tensor_key_string); in GetSliceValue()
1041 checkpoint::EncodeTensorNameSlice(full_tensor_key_string, in GetSliceValue()