Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DescribeCycle (0.15 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

    const char* const kXlaCompileTimeConstantInputsAttr =
        "_XlaCompileTimeConstantInputs";
    
    namespace {
    // Returns a string describing how an edge from src to dst would
    // create a cycle.
    string DescribeCycle(const GraphCycles* cycles, const Graph& graph, int src,
                         int dst) {
      int32_t max_path_size = graph.num_node_ids() + 1;
      std::vector<int32> path(max_path_size);
    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