vinx13 commented on a change in pull request #5791:
URL: https://github.com/apache/incubator-tvm/pull/5791#discussion_r441347820



##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -307,6 +308,37 @@ def CombineParallelDense(min_num_branches=3):
     """
     return _ffi_api.CombineParallelDense(min_num_branches)
 
+def CombineParallelBatchMatmul(min_num_branches=3):
+    """Combine multiple dense operators into one. For example:

Review comment:
       Combine multiple batch_matmul

##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -307,6 +308,37 @@ def CombineParallelDense(min_num_branches=3):
     """
     return _ffi_api.CombineParallelDense(min_num_branches)
 
+def CombineParallelBatchMatmul(min_num_branches=3):
+    """Combine multiple dense operators into one. For example:
+
+    .. code-block
+                    data
+            /              \
+        dense (2,2)         dense (2,2)

Review comment:
       need to be updated?




----------------------------------------------------------------
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