junrushao1994 commented on a change in pull request #6326:
URL: https://github.com/apache/incubator-tvm/pull/6326#discussion_r475821511



##########
File path: tests/python/relay/test_pass_merge_composite.py
##########
@@ -999,14 +1000,4 @@ def _check_type_false(extract):
 
 if __name__ == "__main__":
     test_simple_merge()
-    test_branch_merge()
-    test_multiple_patterns()
-    test_optional_pattern()
-    test_merge_order()
-    test_parallel_merge()
-    test_multiple_input_subgraphs()
-    test_reuse_call_merge()
-    test_tuple_get_item_merge()
-    test_pattern_with_check()
-    test_diamond_not_merge()
-    test_type_check()
+    #pytest.main([__file__])

Review comment:
       recover this?

##########
File path: include/tvm/relay/feature.h
##########
@@ -124,6 +125,13 @@ class FeatureSet {
    */
   bool is_subset_of(const FeatureSet& rhs) const { return ((*this) - 
rhs).bs_.none(); }
 
+  /*!
+   * \brief Pretty Print the FeatureSet.
+   *
+   * \return a string representation.
+   */
+  std::string Print() const;

Review comment:
       Maybe `ToString` sounds better?




----------------------------------------------------------------
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:
[email protected]


Reply via email to