Searched refs:stored_slice_entry (Results 1 – 1 of 1) sorted by relevance
1032 BundleEntryProto stored_slice_entry = full_tensor_entry; in GetSliceValue() local1044 GetBundleEntryProto(encoded_stored_slice_name, &stored_slice_entry); in GetSliceValue()1057 TensorShape stored_slice_shape(stored_slice_entry.shape()); in GetSliceValue()1065 status_ = GetValue(stored_slice_entry, val); in GetSliceValue()1069 Tensor stored_slice_tensor(stored_slice_entry.dtype(), stored_slice_shape); in GetSliceValue()1070 status_ = GetValue(stored_slice_entry, &stored_slice_tensor); in GetSliceValue()