Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAllOpsDependOnCluster (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/cluster_util.cc

    namespace mlir::TF {
    
    namespace {
    
    // Exhaust search in the block to get all the ops that have data dependency of
    // the cluster.
    llvm::SetVector<Operation*> GetAllOpsDependOnCluster(
        const Cluster& c,
        const llvm::DenseMap<Operation*, Cluster*>& op_to_cluster_map) {
      llvm::SetVector<Operation*> ops_depend_on_cluster;
      for (Operation& op : *c.ops.front()->getBlock()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 28 00:32:55 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top