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

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis_test.cc 66 points_to_analysis_->GetPointsToSet(instruction).element(index);
134 EXPECT_EQ(1, points_to_analysis_->GetPointsToSet(constant1).size());
136 points_to_analysis_->GetPointsToSet(constant1).element({}), {constant1});
138 points_to_analysis_->GetPointsToSet(constant1).tuple_sources({}).empty());
139 EXPECT_TRUE(points_to_analysis_->GetPointsToSet(tuple).IsDistinct());
141 EXPECT_EQ(1, points_to_analysis_->GetPointsToSet(constant2).size());
143 points_to_analysis_->GetPointsToSet(constant2).element({}), {constant2});
145 points_to_analysis_->GetPointsToSet(constant2).tuple_sources({}).empty());
147 EXPECT_EQ(3, points_to_analysis_->GetPointsToSet(tuple).size());
148 EXPECT_FALSE(points_to_analysis_->GetPointsToSet(tuple).IsAmbiguous())
    [all...]
tuple_points_to_analysis.cc 187 const PointsToSet& points_to_set = GetPointsToSet(instruction);
290 GetPointsToSet(recv_done->operand(0));
324 const PointsToSet& operand_points_to_set = GetPointsToSet(send->operand(0));
416 const PointsToSet& TuplePointsToAnalysis::GetPointsToSet(
434 const auto& buffers = GetPointsToSet(instruction).element(index);
476 const auto& buffers = GetPointsToSet(instruction).element(index);
500 GetPointsToSet(instruction)
529 const PointsToSet& src_points_to_set = GetPointsToSet(src);
576 const PointsToSet& points_to_set = GetPointsToSet(instruction);
buffer_liveness.cc 58 points_to_analysis_->GetPointsToSet(instruction)
69 points_to_analysis_->GetPointsToSet(root).CreateFlattenedSet();
buffer_assignment.h 324 return GetPointsToSet(instruction).element(index);
412 const PointsToSet& GetPointsToSet(const HloInstruction* instruction) const;
tuple_points_to_analysis.h 191 const PointsToSet& GetPointsToSet(
267 // object and before calling GetPointsToSet.
layout_assignment.cc 200 points_to_analysis_.GetPointsToSet(instruction).CreateFlattenedSet();
202 points_to_analysis_.GetPointsToSet(instruction->operand(operand_no))
379 points_to_analysis_.GetPointsToSet(instruction).element(index);
    [all...]
heap_simulator.cc 40 points_to_analysis.GetPointsToSet(operand).ForEachElement(
108 points_to_analysis.GetPointsToSet(root).CreateFlattenedSet();
liveness_util.cc 114 points_to_analysis.GetPointsToSet(instruction).element(index);
buffer_liveness_test.cc 41 .GetPointsToSet(instruction)
75 points_to_analysis.GetPointsToSet(a).element(index);
77 points_to_analysis.GetPointsToSet(b).element(index);
    [all...]
buffer_assignment.cc 168 const PointsToSet& BufferAssignment::GetPointsToSet(
170 return points_to_analysis().GetPointsToSet(instruction);
215 GetPointsToSet(instruction).element(index)) {
234 GetPointsToSet(instruction).element(index)) {
    [all...]
hlo_scheduling.cc 132 points_to_analysis.GetPointsToSet(computation.root_instruction())
hlo_rematerialization.cc 493 points_to_analysis.GetPointsToSet(computation_->root_instruction())
509 points_to_analysis.GetPointsToSet(instruction->operand(0));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 338 return assignment_->points_to_analysis().GetPointsToSet(
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 364 return assignment_->points_to_analysis().GetPointsToSet(
parallel_cpu_executable.cc 526 return assignment_->points_to_analysis().GetPointsToSet(

Completed in 927 milliseconds