Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        // Add the current op to the set of ops which are planned to be merged into
        // one cluster.
        islands_set.insert(candidate_island);
        wrapped_ops.insert(&candidate_wrapped_op);
      }
    }
    
    IslandOp CreateMergedIsland(IslandOp island, SmallVector<IslandOp, 16>& islands,
                                SmallPtrSet<Operation*, 16>& wrapped_ops) {
      // Compute the result of the merged island, these are the values produced by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top