Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc44 assignment_.GetAllSlices(&hlo, index); in AddAliasingInformationToIrArray()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h382 std::set<BufferAllocation::Slice> GetAllSlices(
Dbuffer_assignment.cc357 std::set<BufferAllocation::Slice> BufferAssignment::GetAllSlices( in GetAllSlices() function in xla::BufferAssignment
464 auto shape_slices = GetAllSlices(instr, index); in HaveDisjointSlices()
1053 assignment->GetAllSlices(operand, /*index=*/{})) { in AssignBuffersForComputation()
Dbuffer_assignment_test.cc1540 auto element_slices = assignment->GetAllSlices(select, /*index=*/{0}); in TEST_F()