Searched refs:DependencyHloOrdering (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_ordering.h | 170 class DependencyHloOrdering : public PredecessorHloOrdering { 172 explicit DependencyHloOrdering(const HloModule* module); 173 ~DependencyHloOrdering() override = default;
|
D | hlo_ordering_test.cc | 85 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()
|
D | hlo_ordering.cc | 472 DependencyHloOrdering::DependencyHloOrdering(const HloModule* module) in DependencyHloOrdering() function in xla::DependencyHloOrdering 482 string DependencyHloOrdering::ToString() const { in ToString()
|
D | hlo_alias_analysis_test.cc | 94 DependencyHloOrdering ordering(module_.get()); in AnyValuesInSameBufferInterfere() 1192 DependencyHloOrdering ordering(module_.get()); in TEST_F() 1235 DependencyHloOrdering ordering(module_.get()); in TEST_F()
|
D | buffer_assignment_test.cc | 93 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()
|
D | hlo_dataflow_analysis_test.cc | 1356 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()
|
D | copy_insertion.cc | 1263 RemoveUnnecessaryCopies(DependencyHloOrdering(module), module)); in Run()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 67 absl::make_unique<DependencyHloOrdering>(hlo_module.get()), in TEST_F()
|