Searched defs:instruction_sequence (Results 1 – 7 of 7) sorted by relevance
32 typedef struct instruction_sequence { struct34 _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;
106 const HloInstructionSequence& instruction_sequence = in Run() local121 const HloInstructionSequence& instruction_sequence, in Run()142 const HloInstructionSequence& instruction_sequence, in Run()160 const HloInstructionSequence& instruction_sequence, in RunComputation()
90 const HloInstructionSequence& instruction_sequence = it->second; in FlattenSchedule() local
1350 const HloInstructionSequence* instruction_sequence = in AssignBuffersForComputations() local1500 const HloInstructionSequence* instruction_sequence = in AssignBuffersWithSequentialOrdering() local1532 const HloInstructionSequence* instruction_sequence = in AssignBuffersWithSequentialOrdering() local1724 const HloInstructionSequence* instruction_sequence = in CreateAssignment() local
276 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()
1444 const auto& instruction_sequence = in Finish() local2253 const auto& instruction_sequence = in AllocateReservedScopedAllocations() local3568 const auto& instruction_sequence = in ComputeEstimatedElapsedTime() local
152 HloModule* module, absl::Span<HloInstruction* const> instruction_sequence, in RunBufferAssignmentWithInstructionSequence()