Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      if (failed(InferFunctionBodyValuesConstraints(func, constraints)))
        return signalPassFailure();
    
      // Propagate constraints though the function body.
      auto result =
          PropagateValuesConstraints(func.getBody(), policies, constraints,
                                     /*resolve=*/false, /*emit_remarks=*/true);
      (void)result;
    
      // Emit remarks for all operations that use constrained values.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 3.2K bytes
    - Viewed (0)
Back to top