Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExcludeUnqualifiedIdentityOp (0.37 sec)

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

          changed = ExcludeIdentityOp(tpu_ops, target_cluster_name, incoming);
        }
      }
    }
    
    void ExcludeUnqualifiedIdentityOp(
        llvm::SmallDenseMap<llvm::StringRef, llvm::SmallDenseSet<Operation*>>&
            cluster_to_tpu_ops_map) {
      ExcludeUnqualifiedIdentityOp(cluster_to_tpu_ops_map, /*incoming=*/true);
      ExcludeUnqualifiedIdentityOp(cluster_to_tpu_ops_map, /*incoming=*/false);
    }
    
    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