Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropagateValuesConstraints (0.62 sec)

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

        Operation *op = v.getDefiningOp();
        if (op && filter(op)) constraints.Insert(v, constraint);
      });
    
      // Update `src_root` constraints only if we can propagate them.
      if (succeeded(PropagateValuesConstraints(worklist, filter, policies,
                                               constraints, /*resolve=*/true))) {
        members[src_root].constraints = constraints;
        return success();
      }
    
      return failure();
    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