Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_fusion.cc157 int cycles_graph_node_id() const { return node_id_; } in cycles_graph_node_id() function in mlir::lmhlo::__anonb89c297e0111::FusionPlanner::Cluster
160 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
177 Cluster* MakeCluster(int cycles_graph_node_id) { in MakeCluster()
Dmhlo_fusion.cc301 int cycles_graph_node_id() const { return node_id_; } in cycles_graph_node_id() function in mlir::mhlo::__anonf3dc631f0111::FusionPlanner::Cluster
304 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
320 Cluster* MakeCluster(int cycles_graph_node_id) { in MakeCluster()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc161 int cycles_graph_node_id() const { return cycles_graph_node_id_; } in cycles_graph_node_id() function in tensorflow::__anone7654d5a0111::MarkForCompilationPassImpl::Cluster
164 void set_cycles_graph_node_id(int cycles_graph_node_id) { in set_cycles_graph_node_id()
315 Cluster* MakeNewCluster(int cycles_graph_node_id, int effective_cluster_size, in MakeNewCluster()
501 int cycles_graph_node_id, bool* found_unclustered) { in DebugStringForCyclesGraphNode()