Searched refs:stored_slice_shape (Results 1 – 1 of 1) sorted by relevance
997 TensorShape stored_slice_shape(stored_slice_entry.shape()); in GetSliceValue() local999 (stored_slice_shape == val->shape() && in GetSliceValue()1000 IsFullSlice(stored_slice, stored_slice_shape) && in GetSliceValue()1001 IsFullSlice(slice_spec, stored_slice_shape))) { in GetSliceValue()1009 Tensor stored_slice_tensor(stored_slice_entry.dtype(), stored_slice_shape); in GetSliceValue()