Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for control_flow_info (0.3 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

        // integers starting from 0.
        CHECK_EQ(i, cycles->NewNode());
      }
    
      // Compute the loop structure of the graph.
      std::vector<ControlFlowInfo> control_flow_info;
      TF_RETURN_IF_ERROR(BuildControlFlowInfo(graph, &control_flow_info));
    
      // The clustering code must avoid adding cycles to the graph to prevent
      // deadlock. However, the graph may contain loops, which would trigger the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top