Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc518 using SliceSet = flat_hash_set<BufferAllocation::Slice>; in HaveDisjointSlices() typedef
521 auto collect_slices = [&](const HloInstruction* instr) -> SliceSet { in HaveDisjointSlices()
522 SliceSet slices; in HaveDisjointSlices()
539 SliceSet slices_a = collect_slices(hlo_a); in HaveDisjointSlices()
540 SliceSet slices_b = collect_slices(hlo_b); in HaveDisjointSlices()