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

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 255 PointsToSet& points_to_set = CreateCopiedPointsToSet(copy, copy->operand(0));
268 CreateCopiedPointsToSet(bitcast, bitcast->operand(0));
276 CreateCopiedPointsToSet(domain, domain->operand(0));
283 CreateCopiedPointsToSet(add_dependency, add_dependency->operand(0));
405 PointsToSet& points_to_set = CreateCopiedPointsToSet(tuple_select, on_true);
529 PointsToSet& TuplePointsToAnalysis::CreateCopiedPointsToSet(
    [all...]
tuple_points_to_analysis.h 298 PointsToSet& CreateCopiedPointsToSet(const HloInstruction* instruction,

Completed in 781 milliseconds