Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tryMergedIslandsIntoNearestProducer (0.34 sec)

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

    //   // of a value they consume, iff the producer is another island.
    //   // 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);
    
    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