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

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 202 PointsToSet& points_to_set = CreateEmptyPointsToSet(hlo_instruction);
225 PointsToSet& points_to_set = CreateEmptyPointsToSet(get_tuple_element);
290 PointsToSet& points_to_set = CreateEmptyPointsToSet(recv_done);
319 PointsToSet& points_to_set = CreateEmptyPointsToSet(send);
358 PointsToSet& points_to_set = CreateEmptyPointsToSet(tuple);
433 PointsToSet& TuplePointsToAnalysis::CreateEmptyPointsToSet(
533 PointsToSet& dst_points_to_set = CreateEmptyPointsToSet(instruction);
    [all...]
tuple_points_to_analysis.h 294 PointsToSet& CreateEmptyPointsToSet(const HloInstruction* instruction);

Completed in 63 milliseconds