Searched refs:stored_slice_entry (Results 1 – 1 of 1) sorted by relevance
972 BundleEntryProto stored_slice_entry = full_tensor_entry; in GetSliceValue() local984 GetBundleEntryProto(encoded_stored_slice_name, &stored_slice_entry); in GetSliceValue()997 TensorShape stored_slice_shape(stored_slice_entry.shape()); in GetSliceValue()1005 status_ = GetValue(stored_slice_entry, val); in GetSliceValue()1009 Tensor stored_slice_tensor(stored_slice_entry.dtype(), stored_slice_shape); in GetSliceValue()1010 status_ = GetValue(stored_slice_entry, &stored_slice_tensor); in GetSliceValue()