OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:points_to_analysis_
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.h
121
std::unique_ptr<TuplePointsToAnalysis>
points_to_analysis_
;
member in class:xla::HloRematerialization
hlo_memory_scheduler.cc
109
points_to_analysis_
(points_to_analysis),
182
points_to_analysis_
.GetBuffersDefinedByInstruction(instruction)) {
371
const TuplePointsToAnalysis&
points_to_analysis_
;
member in class:xla::__anon44492::ListScheduler
layout_assignment.h
139
return
points_to_analysis_
;
226
const TuplePointsToAnalysis&
points_to_analysis_
;
member in class:xla::LayoutConstraints
heap_simulator_test.cc
266
points_to_analysis_
=
278
*
points_to_analysis_
, zero_size)
291
points_to_analysis_
=
314
*
points_to_analysis_
, size_fn)
323
return
points_to_analysis_
->GetBufferDefinedAt(instruction, index)
350
std::unique_ptr<TuplePointsToAnalysis>
points_to_analysis_
;
member in class:xla::__anon44450::HeapSimulatorTracker
[
all
...]
tuple_points_to_analysis_test.cc
58
points_to_analysis_
=
67
points_to_analysis_
->GetPointsToSet(instruction).element(index);
109
points_to_analysis_
->GetBufferDefinedAt(instruction, index)
115
EXPECT_THAT(
points_to_analysis_
->GetBufferAliases(*buffer),
120
std::unique_ptr<TuplePointsToAnalysis>
points_to_analysis_
;
member in class:xla::__anon44563::TuplePointsToAnalysisTest
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())
845
std::unique_ptr<TuplePointsToAnalysis>
points_to_analysis_
;
member in class:xla::__anon44563::PointsToAnalysisTestBase
[
all
...]
Completed in 99 milliseconds