Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous() argument
52 ambiguous |= points_to.size() > 1; in IsAmbiguous()
60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() argument
61 for (auto& buffer : points_to) { in IsDistinct()
232 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement() argument
241 *points_to = operand_points_to_set.element(src_index); in HandleGetTupleElement()
340 const PointsToSet::BufferList& points_to) { in HandleSend() argument
345 *points_to_set.mutable_element(target_index) = points_to; in HandleSend()
374 const PointsToSet::BufferList& points_to) { in HandleTuple() argument
381 *points_to_set.mutable_element(target_index) = points_to; in HandleTuple()
[all …]
Dheap_simulator.cc141 const PointsToSet& points_to = in RunComputation() local
143 const PointsToSet::BufferSet& buffer_set = points_to.CreateFlattenedSet(); in RunComputation()
154 for (const BufferValue* buffer : points_to.element({})) { in RunComputation()
Dbuffer_assignment.cc70 const auto& points_to = points_to_analysis.GetPointsToSet(instruction); in AddBufferToColocatedSet() local
71 DCHECK(!points_to.IsAmbiguous()); in AddBufferToColocatedSet()
72 colocated_set->push_back(points_to.element(index)[0]); in AddBufferToColocatedSet()