Home
last modified time | relevance | path

Searched refs:DoesNotUseOperandBuffer (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis_test.cc867 EXPECT_TRUE(points_to_analysis_->DoesNotUseOperandBuffer(tuple, {0}, gte0)); in TEST_F()
868 EXPECT_TRUE(points_to_analysis_->DoesNotUseOperandBuffer(tuple, {1}, gte1)); in TEST_F()
869 EXPECT_FALSE(points_to_analysis_->DoesNotUseOperandBuffer(tuple, {}, gte0)); in TEST_F()
870 EXPECT_FALSE(points_to_analysis_->DoesNotUseOperandBuffer(tuple, {}, gte1)); in TEST_F()
902 EXPECT_TRUE(points_to_analysis_->DoesNotUseOperandBuffer(tuple, {0}, fusion)); in TEST_F()
904 points_to_analysis_->DoesNotUseOperandBuffer(tuple, {1}, fusion)); in TEST_F()
Dtuple_points_to_analysis.cc592 bool TuplePointsToAnalysis::DoesNotUseOperandBuffer( in DoesNotUseOperandBuffer() function in xla::TuplePointsToAnalysis
615 if (DoesNotUseOperandBuffer(alias.instruction(), alias.index(), in DoesNotUseOperandBuffer()
643 if (DoesNotUseOperandBuffer(alias.instruction(), alias.index(), in GetAllUsesOfInstructionAtIndex()
Dbuffer_liveness.cc105 if (points_to_analysis().DoesNotUseOperandBuffer(alias.instruction(), in live_range_strictly_before()
Dhlo_dataflow_analysis.h143 bool DoesNotUseOperandBuffer(const HloInstruction* operand,
Dhlo_dataflow_analysis_test.cc1983 EXPECT_TRUE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {0}, gte0)); in TEST_F()
1984 EXPECT_TRUE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {1}, gte1)); in TEST_F()
1985 EXPECT_FALSE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {}, gte0)); in TEST_F()
1986 EXPECT_FALSE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {}, gte1)); in TEST_F()
2019 EXPECT_TRUE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {0}, fusion)); in TEST_F()
2020 EXPECT_FALSE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {1}, fusion)); in TEST_F()
2062 EXPECT_TRUE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {0}, fusion)); in TEST_F()
2063 EXPECT_FALSE(dataflow_analysis_->DoesNotUseOperandBuffer(tuple, {1}, fusion)); in TEST_F()
2067 dataflow_analysis_->DoesNotUseOperandBuffer(tuple_param, {1}, fusion)); in TEST_F()
2069 dataflow_analysis_->DoesNotUseOperandBuffer(tuple_param, {0}, fusion)); in TEST_F()
Dtuple_points_to_analysis.h263 bool DoesNotUseOperandBuffer(const HloInstruction* operand,
Dhlo_ordering.cc272 if (dataflow.DoesNotUseOperandBuffer(a.instruction(), a.index(), in LiveRangeStrictlyBefore()
Dhlo_dataflow_analysis.cc925 bool HloDataflowAnalysis::DoesNotUseOperandBuffer( in DoesNotUseOperandBuffer() function in xla::HloDataflowAnalysis
Dhlo_rematerialization.cc300 if (points_to_analysis.DoesNotUseOperandBuffer( in GetUsers()