OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPointsToSet
(Results
1 - 13
of
13
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis_test.cc
67
points_to_analysis_->
GetPointsToSet
(instruction).element(index);
133
EXPECT_EQ(1, points_to_analysis_->
GetPointsToSet
(constant1).size());
135
points_to_analysis_->
GetPointsToSet
(constant1).element({}), {constant1});
137
points_to_analysis_->
GetPointsToSet
(constant1).tuple_sources({}).empty());
138
EXPECT_TRUE(points_to_analysis_->
GetPointsToSet
(tuple).IsDistinct());
140
EXPECT_EQ(1, points_to_analysis_->
GetPointsToSet
(constant2).size());
142
points_to_analysis_->
GetPointsToSet
(constant2).element({}), {constant2});
144
points_to_analysis_->
GetPointsToSet
(constant2).tuple_sources({}).empty());
146
EXPECT_EQ(3, points_to_analysis_->
GetPointsToSet
(tuple).size());
147
EXPECT_FALSE(points_to_analysis_->
GetPointsToSet
(tuple).IsAmbiguous())
[
all
...]
buffer_liveness.cc
57
points_to_analysis_->
GetPointsToSet
(instruction)
68
points_to_analysis_->
GetPointsToSet
(root).CreateFlattenedSet();
tuple_points_to_analysis.cc
184
const PointsToSet& points_to_set =
GetPointsToSet
(instruction);
299
GetPointsToSet
(recv_done->operand(0));
336
const PointsToSet& operand_points_to_set =
GetPointsToSet
(send->operand(0));
428
const PointsToSet& TuplePointsToAnalysis::
GetPointsToSet
(
446
const auto& buffers =
GetPointsToSet
(instruction).element(index);
482
const auto& buffers =
GetPointsToSet
(instruction).element(index);
505
GetPointsToSet
(instruction)
534
const PointsToSet& src_points_to_set =
GetPointsToSet
(src);
579
const PointsToSet& points_to_set =
GetPointsToSet
(instruction);
639
GetPointsToSet
(instruction).element(index)
[
all
...]
buffer_assignment.cc
70
const auto& points_to = points_to_analysis.
GetPointsToSet
(instruction);
336
const PointsToSet& BufferAssignment::
GetPointsToSet
(
338
return points_to_analysis().
GetPointsToSet
(instruction);
377
const PointsToSet& points_to_set = points_to_analysis().
GetPointsToSet
(hlo);
397
GetPointsToSet
(instruction).element(index)) {
416
GetPointsToSet
(instruction).element(index)) {
771
assignment->liveness().points_to_analysis().
GetPointsToSet
(
779
assignment->liveness().points_to_analysis().
GetPointsToSet
(a_ancestor);
[
all
...]
buffer_assignment.h
412
return
GetPointsToSet
(instruction).element(index);
499
const PointsToSet&
GetPointsToSet
(const HloInstruction* instruction) const;
tuple_points_to_analysis.h
191
const PointsToSet&
GetPointsToSet
(
284
// object and before calling
GetPointsToSet
.
hlo_memory_scheduler.cc
119
points_to_analysis.
GetPointsToSet
(operand).ForEachElement(
146
points_to_analysis.
GetPointsToSet
(computation->root_instruction())
buffer_liveness_test.cc
43
.
GetPointsToSet
(instruction)
77
points_to_analysis.
GetPointsToSet
(a).element(index);
79
points_to_analysis.
GetPointsToSet
(b).element(index);
[
all
...]
heap_simulator.cc
142
points_to_analysis.
GetPointsToSet
(instruction);
158
points_to_analysis.
GetPointsToSet
(user);
169
points_to_analysis.
GetPointsToSet
(root).CreateFlattenedSet());
[
all
...]
layout_assignment.cc
109
points_to_analysis_.
GetPointsToSet
(inst).ForEachElement(
133
const auto& points_to_set = points_to_analysis_.
GetPointsToSet
(instruction);
309
points_to_analysis_.
GetPointsToSet
(instruction).element(index);
[
all
...]
hlo_rematerialization.cc
515
points_to_analysis.
GetPointsToSet
(computation_->root_instruction())
531
points_to_analysis.
GetPointsToSet
(instruction->operand(0));
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc
357
return assignment_->points_to_analysis().
GetPointsToSet
(
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc
358
return assignment_->points_to_analysis().
GetPointsToSet
(
Completed in 334 milliseconds