Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc369 Cluster* GetClusterForCyclesGraphNode(int node_id) { in GetClusterForCyclesGraphNode() function in tensorflow::__anon7ed307640111::MarkForCompilationPassImpl
497 if (GetClusterForCyclesGraphNode(pred) == nullptr) { in FindAlternatePathForDebugging()
527 Cluster* cluster = GetClusterForCyclesGraphNode(cycles_graph_node_id); in DebugStringForCyclesGraphNode()
671 Cluster* cluster_from = GetClusterForCyclesGraphNode(node); in ForEachEdgeInPostOrder()
684 Cluster* cluster_to = GetClusterForCyclesGraphNode(to); in ForEachEdgeInPostOrder()
1015 const Cluster* cluster_in = GetClusterForCyclesGraphNode(in_id); in ClusteringWillIntroduceInterDeviceDependency()