Searched refs:maybe_rhs (Results 1 – 1 of 1) sorted by relevance
811 auto maybe_rhs = GetAllocationSliceForMlir(output_buffers[0], allocations); in CanEmitFusedDynamicUpdateSliceInPlaceForGpu() local812 return maybe_lhs.ok() && maybe_rhs.ok() && *maybe_lhs == *maybe_rhs; in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()