Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExcludeIdentityOp (0.23 sec)

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

    // Whenever we find an Identity op that is unqualified, we remove this Identity
    // op from the list `tpu_ops`. An unqualified Identity op indicates either its
    // inputs or its outputs do not belong to the same cluster.
    bool ExcludeIdentityOp(llvm::SmallDenseSet<Operation*>& tpu_ops,
                           llvm::StringRef& target_cluster_name, bool incoming) {
      for (auto iter = tpu_ops.begin(); iter != tpu_ops.end(); iter++) {
    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