Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CoarseningAnalysis (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

    //   // Note: A producer is an operation that produces one of our inputs.
    //   changed |= tryMergedIslandsIntoNearestProducer();
    // }
    //
    class CoarseningAnalysis {
     public:
      // Compute the coarsening analysis over the given graph.
      explicit CoarseningAnalysis(GraphOp graph);
    
      // Returns a list of all of the mergable islands found in the graph.
      iterator_range<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top