/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal_test.cc | 29 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
|
D | traversal.h | 53 std::function<void(const NodeDef*)> post_order; member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_test.cc | 102 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
|
D | hlo_computation.cc | 367 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
|
D | hlo_module_group_util.cc | 345 std::vector<HloInstruction*> post_order; in ComputeReachability() local
|
D | hlo_module.cc | 603 auto post_order = this->MakeComputationPostOrder(); in MakeComputationPostOrder() local 634 std::vector<HloComputation*> post_order; in MakeComputationPostOrder() local
|
D | instruction_fusion.cc | 268 absl::Span<HloInstruction* const> post_order) { in ComputeGloballyUnfusible()
|
D | hlo_computation_test.cc | 203 auto post_order = computation->MakeInstructionPostOrder(); in TEST_F() local
|
D | hlo_instructions.cc | 1538 auto post_order = computation_to_merge->MakeInstructionPostOrder(); in MergeFusionInstructionIntoMultiOutput() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | partially_decluster_pass.cc | 42 absl::Span<Node* const> post_order) { in FindNodesToDecluster() 195 std::vector<Node*> post_order; in PartiallyDeclusterGraph() local
|
/external/python/cpython3/Lib/lib2to3/ |
D | pytree.py | 85 def post_order(self): member in Base 262 def post_order(self): member in Node 375 def post_order(self): member in Leaf
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 96 def post_order(self): member in Base 294 def post_order(self): member in Node 409 def post_order(self): member in Leaf
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_layout_assignment.cc | 200 auto post_order = constraints->computation()->MakeInstructionPostOrder(); in AddBackendConstraints() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | algorithm_test.cc | 172 std::vector<Node*> post_order; in TEST() local
|
/external/libchrome/base/test/ |
D | sequenced_task_runner_test_template.cc | 236 const std::vector<int> post_order = in CheckNonNestableInvariants() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 185 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
|
/external/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 186 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | cfg.cpp | 91 auto post_order = [&](cbb_ptr b) { in ComputeStructuredOrder() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 91 auto post_order = [&](cbb_ptr b) { in ComputeStructuredOrder() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 91 auto post_order = [&](cbb_ptr b) { in ComputeStructuredOrder() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 701 std::function<void(int)> post_order; member
|