Searched refs:DoesNotUseOperandBuffer (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_points_to_analysis_test.cc | 867 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()
|
D | tuple_points_to_analysis.cc | 592 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()
|
D | buffer_liveness.cc | 105 if (points_to_analysis().DoesNotUseOperandBuffer(alias.instruction(), in live_range_strictly_before()
|
D | hlo_dataflow_analysis.h | 143 bool DoesNotUseOperandBuffer(const HloInstruction* operand,
|
D | hlo_dataflow_analysis_test.cc | 1983 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()
|
D | tuple_points_to_analysis.h | 263 bool DoesNotUseOperandBuffer(const HloInstruction* operand,
|
D | hlo_ordering.cc | 272 if (dataflow.DoesNotUseOperandBuffer(a.instruction(), a.index(), in LiveRangeStrictlyBefore()
|
D | hlo_dataflow_analysis.cc | 925 bool HloDataflowAnalysis::DoesNotUseOperandBuffer( in DoesNotUseOperandBuffer() function in xla::HloDataflowAnalysis
|
D | hlo_rematerialization.cc | 300 if (points_to_analysis.DoesNotUseOperandBuffer( in GetUsers()
|