Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc515 int current_path_node = get_best_pred(to); in FindAlternatePathForDebugging() local
516 while (current_path_node != from) { in FindAlternatePathForDebugging()
517 path.push_back(current_path_node); in FindAlternatePathForDebugging()
518 current_path_node = get_best_pred(current_path_node); in FindAlternatePathForDebugging()