Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc155 auto maybe_slice = in EmitConstants() local
157 if (maybe_slice.ok()) { in EmitConstants()
158 info.allocation_index = maybe_slice.ValueOrDie().index(); in EmitConstants()
Dir_emitter_unnested.cc2093 auto maybe_slice = GetAllocationSliceForMlir(copy.operand()); in EmitCopyForMlir() local
2095 maybe_slice.ok()) { in EmitCopyForMlir()
2097 auto operand_buffer = *maybe_slice; in EmitCopyForMlir()
3315 auto maybe_slice = find_slice_for(instr, index); in GetHloBufferSlices() local
3316 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()