Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc54 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous() argument
55 ambiguous |= points_to.size() > 1; in IsAmbiguous()
63 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() argument
64 for (auto& buffer : points_to) { in IsDistinct()
235 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement() argument
244 *points_to = operand_points_to_set.element(src_index); in HandleGetTupleElement()
352 const PointsToSet::BufferList& points_to) { in HandleCopyDone() argument
355 *points_to_set.mutable_element(target_index) = points_to; in HandleCopyDone()
390 const PointsToSet::BufferList& points_to) { in HandleSend() argument
395 *points_to_set.mutable_element(target_index) = points_to; in HandleSend()
[all …]