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


With regards,
Apache Git Services

Reply via email to