Home
last modified time | relevance | path

Searched refs:maybe_rhs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc811 auto maybe_rhs = GetAllocationSliceForMlir(output_buffers[0], allocations); in CanEmitFusedDynamicUpdateSliceInPlaceForGpu() local
812 return maybe_lhs.ok() && maybe_rhs.ok() && *maybe_lhs == *maybe_rhs; in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()