Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc810 auto maybe_lhs = GetAllocationSliceForMlir(parameter.memref(), allocations); in CanEmitFusedDynamicUpdateSliceInPlaceForGpu() local
812 return maybe_lhs.ok() && maybe_rhs.ok() && *maybe_lhs == *maybe_rhs; in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()