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/01/03 23:49:04 UTC

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4595: [Relay][Pass]Improve memory_allocation pass to support multiple i/o dynamic kernels

yongwww commented on a change in pull request #4595: [Relay][Pass]Improve memory_allocation pass to support multiple i/o dynamic kernels
URL: https://github.com/apache/incubator-tvm/pull/4595#discussion_r362996484
 
 

 ##########
 File path: python/tvm/relay/op/_tensor.py
 ##########
 @@ -196,6 +200,9 @@ def elemwise_shape_func(attrs, inputs, _):
 register_shape_func("less_equal", False, broadcast_shape_func)
 register_shape_func("greater", False, broadcast_shape_func)
 register_shape_func("greater_equal", False, broadcast_shape_func)
+register_shape_func("maximum", False, broadcast_shape_func)
 
 Review comment:
   add test case for maximum/mininum/exp

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


With regards,
Apache Git Services