Searched defs:post_order (Results 1 – 14 of 14) sorted by relevance
96 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local132 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local162 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
95 std::list<VersionedComputationHandle> post_order; in SnapshotComputation() local186 std::list<VersionedComputationHandle> post_order; in BuildHloModule() local
102 std::list<HloInstruction*> post_order = in Run() local
309 std::list<HloComputation*>* post_order) { in ComputeComputationPostOrder()328 std::list<HloInstruction*> post_order; in MakeInstructionPostOrder() local352 std::list<HloComputation*> post_order; in MakeEmbeddedComputationsList() local
238 std::vector<HloInstruction*> post_order(post_order_list.begin(), in Run() local
505 std::list<HloComputation*> post_order; in MakeComputationPostOrder() local
197 auto post_order = computation->MakeInstructionPostOrder(); in TEST_F() local
873 auto post_order = computation_to_merge->MakeInstructionPostOrder(); in MergeFusionInstructionIntoMultiOutput() local
59 std::vector<string> post_order; in TEST_F() local84 std::vector<string> post_order; in TEST_F() local
24 const std::function<void(NodeDef*)>& post_order, in ReverseDfs()
86 def post_order(self): member in Base263 def post_order(self): member in Node376 def post_order(self): member in Leaf
96 def post_order(self): member in Base294 def post_order(self): member in Node409 def post_order(self): member in Leaf
182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
1890 std::vector<Node*> post_order; in MakeGraphForOutsideCompilationSends() local