Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc299 int cycles_graph_node_id() const { return node_id_; } in cycles_graph_node_id() function in mlir::mhlo::__anonbfa6fffa0111::FusionPlanner::Cluster
302 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
318 Cluster* MakeCluster(int cycles_graph_node_id) { in MakeCluster()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc162 int cycles_graph_node_id() const { return cycles_graph_node_id_; } in cycles_graph_node_id() function in tensorflow::__anonc4d28a150111::MarkForCompilationPassImpl::Cluster
165 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
316 Cluster* MakeNewCluster(int cycles_graph_node_id, int effective_cluster_size, in MakeNewCluster()
502 int cycles_graph_node_id, bool* found_unclustered) { in DebugStringForCyclesGraphNode()