masahi commented on a change in pull request #9207:
URL: https://github.com/apache/tvm/pull/9207#discussion_r723650378
##########
File path: python/tvm/relay/op/strategy/generic.py
##########
@@ -715,8 +715,14 @@ def dilation2d_strategy(attrs, inputs, out_type, target):
return strategy
+def maybe_copy_tensor_b(tensor_a, tensor_b):
Review comment:
Yeah I didn't put much thought into the name, I like your suggestion.
I'll also add a comment explaining why this is necessary.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]