Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetClusteringCandidates (0.32 sec)

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

                              << " clustering candidate operations in the block\n");
    
      return state;
    }
    
    // Users of the `source` that are candidates for clustering.
    static llvm::SmallVector<Operation *> GetClusteringCandidates(
        const ClusteringState &state, Source source) {
      // Users of operation result must be in the same block and placed on the same
      // device.
      if (auto op = source.dyn_cast<Operation *>()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top