Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal_test.cc29 std::vector<string>* post_order, in MkCallbacks()
53 std::vector<string> post_order; in TEST() local
84 std::vector<string> post_order; in TEST() local
114 std::vector<string> post_order; in TEST() local
145 std::vector<string> post_order; in TEST() local
182 std::vector<string> post_order; in TEST() local
219 std::vector<string> post_order; in TEST() local
Dtraversal.h53 std::function<void(const NodeDef*)> post_order; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_test.cc102 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
138 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
168 auto post_order = module->MakeComputationPostOrder(); in TEST_F() local
433 auto post_order = module->MakeComputationPostOrder(allowList); in TEST_F() local
454 auto post_order = module->MakeComputationPostOrder(allowList); in TEST_F() local
472 auto post_order = module->MakeComputationPostOrder(allowList); in TEST_F() local
Dhlo_computation.cc367 std::vector<HloComputation*>* post_order) { in ComputeComputationPostOrder()
383 std::vector<HloInstruction*>* post_order, HloInstruction* root, in ComputeInstructionPostOrder()
493 std::vector<HloInstruction*> post_order; in MakeInstructionPostOrder() local
519 std::vector<HloComputation*> post_order; in MakeEmbeddedComputationsList() local
Dhlo_module_group_util.cc345 std::vector<HloInstruction*> post_order; in ComputeReachability() local
Dhlo_module.cc603 auto post_order = this->MakeComputationPostOrder(); in MakeComputationPostOrder() local
634 std::vector<HloComputation*> post_order; in MakeComputationPostOrder() local
Dinstruction_fusion.cc268 absl::Span<HloInstruction* const> post_order) { in ComputeGloballyUnfusible()
Dhlo_computation_test.cc203 auto post_order = computation->MakeInstructionPostOrder(); in TEST_F() local
Dhlo_instructions.cc1538 auto post_order = computation_to_merge->MakeInstructionPostOrder(); in MergeFusionInstructionIntoMultiOutput() local
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass.cc42 absl::Span<Node* const> post_order) { in FindNodesToDecluster()
195 std::vector<Node*> post_order; in PartiallyDeclusterGraph() local
/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/python/cpython3/Lib/lib2to3/
Dpytree.py85 def post_order(self): member in Base
262 def post_order(self): member in Node
375 def post_order(self): member in Leaf
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment.cc200 auto post_order = constraints->computation()->MakeInstructionPostOrder(); in AddBackendConstraints() local
/external/tensorflow/tensorflow/core/graph/
Dalgorithm_test.cc172 std::vector<Node*> post_order; in TEST() local
/external/libchrome/base/test/
Dsequenced_task_runner_test_template.cc236 const std::vector<int> post_order = in CheckNonNestableInvariants() local
/external/llvm-project/llvm/include/llvm/ADT/
DPostOrderIterator.h186 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h185 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.cpp91 auto post_order = [&](cbb_ptr b) { in ComputeStructuredOrder() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.cpp91 auto post_order = [&](cbb_ptr b) { in ComputeStructuredOrder() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc701 std::function<void(int)> post_order; member