Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllNodesInPostOrder (0.25 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      absl::flat_hash_set<std::pair<int, int>> unsafe_resource_deps_;
    };
    
    std::vector<int> MarkForCompilationPassImpl::FindAlternatePathForDebugging(
        int from, int to) {
      std::vector<int> rpo = cycles_graph_.AllNodesInPostOrder();
      absl::c_reverse(rpo);
    
      // best_pred_for_node[n] contains a predecessor of `n` that has an
      // unclusterable node in some path from `from` to itself.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top