Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cycles_graph_node_id (0.2 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        int cycles_graph_node_id, bool* found_unclustered) {
      Cluster* cluster = GetClusterForCyclesGraphNode(cycles_graph_node_id);
      if (cluster) {
        return cluster->DebugString(*graph_);
      }
    
      *found_unclustered = true;
      if (cycles_graph_node_id >= graph_->num_node_ids()) {
        return absl::StrCat("<oob #", cycles_graph_node_id, ">");
      }
    
    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