Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc174 int cycles_graph_node_id() const { return cycles_graph_node_id_; } in cycles_graph_node_id() function in tensorflow::__anon7ed307640111::MarkForCompilationPassImpl::Cluster
177 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
337 Cluster* MakeNewCluster(int cycles_graph_node_id, int effective_cluster_size, in MakeNewCluster()
526 int cycles_graph_node_id, bool* found_unclustered) { in DebugStringForCyclesGraphNode()