Home
last modified time | relevance | path

Searched refs:DependencyHloOrdering (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.h170 class DependencyHloOrdering : public PredecessorHloOrdering {
172 explicit DependencyHloOrdering(const HloModule* module);
173 ~DependencyHloOrdering() override = default;
Dhlo_ordering_test.cc85 DependencyHloOrdering ordering(module.get()); in TEST_F()
153 DependencyHloOrdering ordering(module.get()); in TEST_F()
189 DependencyHloOrdering ordering(module.get()); in TEST_F()
240 DependencyHloOrdering ordering(module.get()); in TEST_F()
341 DependencyHloOrdering ordering(module.get()); in TEST_F()
380 DependencyHloOrdering ordering(module.get()); in TEST_F()
527 DependencyHloOrdering ordering(module.get()); in TEST_F()
Dhlo_ordering.cc472 DependencyHloOrdering::DependencyHloOrdering(const HloModule* module) in DependencyHloOrdering() function in xla::DependencyHloOrdering
482 string DependencyHloOrdering::ToString() const { in ToString()
Dhlo_alias_analysis_test.cc94 DependencyHloOrdering ordering(module_.get()); in AnyValuesInSameBufferInterfere()
1192 DependencyHloOrdering ordering(module_.get()); in TEST_F()
1235 DependencyHloOrdering ordering(module_.get()); in TEST_F()
Dbuffer_assignment_test.cc93 module, absl::make_unique<DependencyHloOrdering>(module), in RunBufferAssignment()
103 module, absl::make_unique<DependencyHloOrdering>(module), in RunBufferAssignmentNoBuffersForConstants()
115 module, absl::make_unique<DependencyHloOrdering>(module), in RunBufferAssignmentNoBuffersReuseForAdd()
127 module, absl::make_unique<DependencyHloOrdering>(module), in RunColoredBufferAssignment()
151 module, absl::make_unique<DependencyHloOrdering>(module), in RunBufferAssignmentWithPresetAssignments()
Dhlo_dataflow_analysis_test.cc1356 DependencyHloOrdering ordering(module_.get()); in TEST_P()
1544 DependencyHloOrdering ordering(module_.get()); in TEST_P()
1576 DependencyHloOrdering ordering(module_.get()); in TEST_P()
1675 DependencyHloOrdering ordering(module_.get()); in TEST_P()
Dcopy_insertion.cc1263 RemoveUnnecessaryCopies(DependencyHloOrdering(module), module)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc67 absl::make_unique<DependencyHloOrdering>(hlo_module.get()), in TEST_F()