OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instruction_sequence
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.h
122
// Same as above, but runs on a single computation. The '
instruction_sequence
'
129
const HloInstructionSequence&
instruction_sequence
,
148
const HloInstructionSequence&
instruction_sequence
,
heap_simulator.cc
80
const HloInstructionSequence&
instruction_sequence
=
local
83
*entry_computation,
instruction_sequence
, points_to_analysis));
90
const HloInstructionSequence&
instruction_sequence
,
97
TF_RETURN_IF_ERROR(heap.RunComputation(computation,
instruction_sequence
,
103
// '
instruction_sequence
'.
106
const HloInstructionSequence&
instruction_sequence
,
140
instruction_sequence
.instructions()) {
174
instruction_sequence
.instructions()) {
[
all
...]
buffer_assignment.cc
1179
const HloInstructionSequence*
instruction_sequence
=
local
1214
const HloInstructionSequence*
instruction_sequence
=
local
[
all
...]
heap_simulator_test.cc
262
const std::vector<HloInstruction*>&
instruction_sequence
) {
277
HloInstructionSequence(
instruction_sequence
),
[
all
...]
buffer_assignment_test.cc
141
HloModule* module, absl::Span<HloInstruction* const>
instruction_sequence
,
144
schedule.set_sequence(module->entry_computation(),
instruction_sequence
);
[
all
...]
Completed in 319 milliseconds