Searched refs:stored_slice_shape (Results 1 – 1 of 1) sorted by relevance
1070 TensorShape stored_slice_shape(stored_slice_entry.shape()); in GetSliceValue() local1072 (stored_slice_shape == val->shape() && in GetSliceValue()1073 IsFullSlice(stored_slice, stored_slice_shape) && in GetSliceValue()1074 IsFullSlice(slice_spec, stored_slice_shape))) { in GetSliceValue()1082 Tensor stored_slice_tensor(stored_slice_entry.dtype(), stored_slice_shape); in GetSliceValue()