HomeSort by relevance Sort by last modified time
    Searched refs:points_to (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) {
52 ambiguous |= points_to.size() > 1;
60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) {
61 for (auto& buffer : points_to) {
232 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) {
241 *points_to = operand_points_to_set.element(src_index);
340 const PointsToSet::BufferList& points_to) {
345 *points_to_set.mutable_element(target_index) = points_to;
374 const PointsToSet::BufferList& points_to) {
381 *points_to_set.mutable_element(target_index) = points_to;
638 const PointsToSet::BufferList& points_to = local
    [all...]
heap_simulator.cc 141 const PointsToSet& points_to = local
143 const PointsToSet::BufferSet& buffer_set = points_to.CreateFlattenedSet();
154 for (const BufferValue* buffer : points_to.element({})) {
    [all...]
buffer_assignment.cc 70 const auto& points_to = points_to_analysis.GetPointsToSet(instruction); local
71 DCHECK(!points_to.IsAmbiguous());
72 colocated_set->push_back(points_to.element(index)[0]);
    [all...]

Completed in 618 milliseconds