Home
last modified time | relevance | path

Searched refs:add_dfs_stack (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc355 const auto add_dfs_stack = [&](HloInstruction* inst) { in ComputeInstructionPostOrder() local
373 add_dfs_stack(operands[i]); in ComputeInstructionPostOrder()
377 add_dfs_stack(op); in ComputeInstructionPostOrder()