Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2373 const BufferAllocation::Slice slice_b = in HandleWhile() local
2375 if (slice_a != slice_b) { in HandleWhile()
2380 slice_b.ToString()); in HandleWhile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3763 const BufferAllocation::Slice slice_b = in CheckHloBuffersShareAllocation() local
3765 if (slice_a != slice_b) { in CheckHloBuffersShareAllocation()
3768 a->ToString(), slice_a.ToString(), b->ToString(), slice_b.ToString()); in CheckHloBuffersShareAllocation()