OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HloOrdering
(Results
1 - 12
of
12
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_hlo_schedule.h
56
std::unique_ptr<
HloOrdering
> ConsumeHloOrdering() {
64
std::unique_ptr<
HloOrdering
> hlo_ordering_;
/external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.h
77
Status RemoveUnnecessaryCopies(const
HloOrdering
& ordering,
94
Status VerifyNoLiveRangeInterference(const
HloOrdering
& ordering,
buffer_liveness.h
43
const HloModule* module, std::unique_ptr<
HloOrdering
> hlo_ordering);
66
const
HloOrdering
& hlo_ordering() const { return *hlo_ordering_; }
86
std::unique_ptr<
HloOrdering
> hlo_ordering)
99
std::unique_ptr<
HloOrdering
> hlo_ordering_;
hlo_ordering.h
38
class
HloOrdering
{
40
HloOrdering
(const HloModule* module)
42
virtual ~
HloOrdering
() = default;
94
class PredecessorHloOrdering : public
HloOrdering
{
182
class SequentialHloOrdering : public
HloOrdering
{
hlo_ordering.cc
35
bool
HloOrdering
::ExecutesBefore(const HloInstruction* a,
101
bool
HloOrdering
::IsDefinedBefore(const HloValue& a, const HloValue& b) const {
170
bool
HloOrdering
::UseIsBeforeValueDefinition(
255
bool
HloOrdering
::LiveRangeStrictlyBefore(
297
bool
HloOrdering
::MayInterfere(const HloValue& a, const HloValue& b,
305
:
HloOrdering
(module) {}
350
:
HloOrdering
(schedule.module()), schedule_(schedule) {
355
:
HloOrdering
(schedule.module()), schedule_(std::move(schedule)) {
hlo_alias_analysis.h
100
bool HasLiveRangeInterference(const
HloOrdering
& ordering) const;
buffer_liveness.cc
39
const HloModule* module, std::unique_ptr<
HloOrdering
> hlo_ordering) {
80
pieces.push_back("
HloOrdering
:");
buffer_assignment.h
544
//
HloOrdering
is used to determine buffer liveness. buffer_size and
549
const HloModule* module, std::unique_ptr<
HloOrdering
> hlo_ordering,
568
const HloModule* module, std::unique_ptr<
HloOrdering
> hlo_ordering,
copy_insertion.cc
476
const
HloOrdering
& ordering)
[
all
...]
buffer_assignment.cc
736
const HloModule* module, std::unique_ptr<
HloOrdering
> hlo_ordering,
[
all
...]
hlo_alias_analysis.cc
531
const
HloOrdering
& ordering) const {
hlo_dataflow_analysis_test.cc
73
bool InstructionsMayInterfere(const
HloOrdering
& ordering,
[
all
...]
Completed in 337 milliseconds