Home
last modified time | relevance | path

Searched defs:post_order (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_test.cc96 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
132 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
162 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
Dcomputation_tracker.cc95 std::list<VersionedComputationHandle> post_order; in SnapshotComputation() local
186 std::list<VersionedComputationHandle> post_order; in BuildHloModule() local
Dhlo_cse.cc102 std::list<HloInstruction*> post_order = in Run() local
Dhlo_computation.cc309 std::list<HloComputation*>* post_order) { in ComputeComputationPostOrder()
328 std::list<HloInstruction*> post_order; in MakeInstructionPostOrder() local
352 std::list<HloComputation*> post_order; in MakeEmbeddedComputationsList() local
Dinstruction_fusion.cc238 std::vector<HloInstruction*> post_order(post_order_list.begin(), in Run() local
Dhlo_module.cc505 std::list<HloComputation*> post_order; in MakeComputationPostOrder() local
Dhlo_computation_test.cc197 auto post_order = computation->MakeInstructionPostOrder(); in TEST_F() local
Dhlo_instruction.cc873 auto post_order = computation_to_merge->MakeInstructionPostOrder(); in MergeFusionInstructionIntoMultiOutput() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal_test.cc59 std::vector<string> post_order; in TEST_F() local
84 std::vector<string> post_order; in TEST_F() local
Dtraversal.cc24 const std::function<void(NodeDef*)>& post_order, in ReverseDfs()
/external/python/cpython3/Lib/lib2to3/
Dpytree.py86 def post_order(self): member in Base
263 def post_order(self): member in Node
376 def post_order(self): member in Leaf
/external/python/cpython2/Lib/lib2to3/
Dpytree.py96 def post_order(self): member in Base
294 def post_order(self): member in Node
409 def post_order(self): member in Leaf
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1890 std::vector<Node*> post_order; in MakeGraphForOutsideCompilationSends() local