Searched refs:maybe_slice (Results 1 – 2 of 2) sorted by relevance
155 auto maybe_slice = in EmitConstants() local157 if (maybe_slice.ok()) { in EmitConstants()158 info.allocation_index = maybe_slice.ValueOrDie().index(); in EmitConstants()
2093 auto maybe_slice = GetAllocationSliceForMlir(copy.operand()); in EmitCopyForMlir() local2095 maybe_slice.ok()) { in EmitCopyForMlir()2097 auto operand_buffer = *maybe_slice; in EmitCopyForMlir()3315 auto maybe_slice = find_slice_for(instr, index); in GetHloBufferSlices() local3316 if (maybe_slice.has_value()) { in GetHloBufferSlices()3320 hlo_buffer_slice.buffer_slice = maybe_slice->first; in GetHloBufferSlices()3321 hlo_buffer_slice.gte_index = maybe_slice->second; in GetHloBufferSlices()