Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h439 bool SharesSliceAtIndex(const HloInstruction* hlo_a,
448 return SharesSliceAtIndex(hlo_a, {}, hlo_b, {}); in SharesTopLevelSlice()
Dbuffer_assignment.cc509 bool BufferAssignment::SharesSliceAtIndex( in SharesSliceAtIndex() function in xla::BufferAssignment
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc86 assignment.SharesSliceAtIndex(fusion, {}, operand, index); in CanEmitFusedDynamicUpdateSliceInPlace()