Home
last modified time | relevance | path

Searched defs:instruction_sequence (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_instruction_sequence.h32 typedef struct instruction_sequence { struct
34 _PyInstruction *s_instrs;
35 int s_allocated;
36 int s_used;
38 int s_next_free_label; /* next free label id */
43 int *s_labelmap;
44 int s_labelmap_size;
47 PyObject *s_nested;
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc106 const HloInstructionSequence& instruction_sequence = in Run() local
121 const HloInstructionSequence& instruction_sequence, in Run()
142 const HloInstructionSequence& instruction_sequence, in Run()
160 const HloInstructionSequence& instruction_sequence, in RunComputation()
Dhlo_live_range.cc90 const HloInstructionSequence& instruction_sequence = it->second; in FlattenSchedule() local
Dbuffer_assignment.cc1350 const HloInstructionSequence* instruction_sequence = in AssignBuffersForComputations() local
1500 const HloInstructionSequence* instruction_sequence = in AssignBuffersWithSequentialOrdering() local
1532 const HloInstructionSequence* instruction_sequence = in AssignBuffersWithSequentialOrdering() local
1724 const HloInstructionSequence* instruction_sequence = in CreateAssignment() local
Dheap_simulator_test.cc276 const std::vector<HloInstruction*>& instruction_sequence, in HeapSimulatorTracker()
287 const std::vector<HloInstruction*>& instruction_sequence, in HeapSimulatorTracker()
379 void Init(const std::vector<HloInstruction*>& instruction_sequence, in Init()
Dmemory_space_assignment.cc1444 const auto& instruction_sequence = in Finish() local
2253 const auto& instruction_sequence = in AllocateReservedScopedAllocations() local
3568 const auto& instruction_sequence = in ComputeEstimatedElapsedTime() local
Dbuffer_assignment_test.cc152 HloModule* module, absl::Span<HloInstruction* const> instruction_sequence, in RunBufferAssignmentWithInstructionSequence()