OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DependencyHloOrdering
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_ordering.h
139
//
DependencyHloOrdering
gives the following executes-before relations:
145
// execute before the other (or in parallel).
DependencyHloOrdering
ordering
149
class
DependencyHloOrdering
: public PredecessorHloOrdering {
151
explicit
DependencyHloOrdering
(const HloModule* module);
152
~
DependencyHloOrdering
() override = default;
177
// This is more constrained than
DependencyHloOrdering
in this example because
181
// interference is reduced relative to
DependencyHloOrdering
.
buffer_liveness_test.cc
125
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
221
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
255
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
281
// Liveness is identical to the
DependencyHloOrdering
.
381
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
417
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
458
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
523
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
585
module.get(), absl::make_unique<
DependencyHloOrdering
>(module.get()))
678
absl::make_unique<
DependencyHloOrdering
>(module.get())
[
all
...]
hlo_ordering_test.cc
86
DependencyHloOrdering
ordering(module.get());
154
DependencyHloOrdering
ordering(module.get());
190
DependencyHloOrdering
ordering(module.get());
241
DependencyHloOrdering
ordering(module.get());
335
DependencyHloOrdering
ordering(module.get());
374
DependencyHloOrdering
ordering(module.get());
hlo_ordering.cc
335
DependencyHloOrdering
::
DependencyHloOrdering
(const HloModule* module)
345
string
DependencyHloOrdering
::ToString() const {
346
return ToStringHelper("
DependencyHloOrdering
");
hlo_alias_analysis_test.cc
94
DependencyHloOrdering
ordering(module_.get());
[
all
...]
copy_insertion.cc
[
all
...]
buffer_assignment_test.cc
92
module, absl::make_unique<
DependencyHloOrdering
>(module),
103
module, absl::make_unique<
DependencyHloOrdering
>(module),
119
module, absl::make_unique<
DependencyHloOrdering
>(module),
132
module, absl::make_unique<
DependencyHloOrdering
>(module),
[
all
...]
hlo_dataflow_analysis_test.cc
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
cpu_noalias_test.cc
65
absl::make_unique<
DependencyHloOrdering
>(hlo_module.get()),
Completed in 1088 milliseconds