You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/29 03:45:05 UTC

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6584: [Ansor] Support multiple output ops and fix Python API printing

merrymercy commented on a change in pull request #6584:
URL: https://github.com/apache/incubator-tvm/pull/6584#discussion_r496360088



##########
File path: src/auto_scheduler/search_policy/sketch_policy_rules.h
##########
@@ -74,6 +75,8 @@ class SketchGenerationRule {
    */
   virtual std::vector<std::pair<State, int>> Apply(const SketchPolicyNode& policy,
                                                    const State& state, int stage_id) const = 0;
+
+  virtual std::string GetRuleName() const = 0;

Review comment:
       Document it




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org