Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanBeClustered (0.14 sec)

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

    // Returns constraints on the operands specified by the clustering policy if the
    // operation can be clustered (constraints could be empty). Otherwise return
    // empty optional.
    static std::optional<ValuesConstraintSet> CanBeClustered(
        Operation *op, const ClusteringPolicySet &policies,
        const std::function<bool(Operation *op)> &filter) {
      // Check that op has no side effects. This guarantees that we will not
    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