Home
last modified time | relevance | path

Searched defs:dfs_stack (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc50 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
Dwhile_loop_expensive_invariant_code_motion.cc64 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
Dhlo_computation.cc385 std::vector<HloInstruction*> dfs_stack; in ComputeInstructionPostOrder() local
1062 std::vector<const HloInstruction*> dfs_stack; in CloneWithReplacements() local
Dhlo_instruction.cc2564 void PrintCycle(const HloInstruction* child, DFSStack* dfs_stack) { in PrintCycle()
3290 inline bool PushDFSChild(Visitor* visitor, DFSStack* dfs_stack, in PushDFSChild()
3329 DFSStack dfs_stack; in PostOrderDFS() local