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 2019/11/13 18:15:26 UTC

[GitHub] [incubator-tvm] soiferj opened a new pull request #4327: [Relay][Frontend][TF] Fix transpose when axes is not a param

soiferj opened a new pull request #4327: [Relay][Frontend][TF] Fix transpose when axes is not a param
URL: https://github.com/apache/incubator-tvm/pull/4327
 
 
   If `axes` is an input instead of a param, use `infer_value_simulated` to get the value.
   
   Also catch AttributeError because `_get_list_param` will throw at trying to get the `name_hint` of a `CallNode`.
   
   @wweic @srkreddy1238 would you be able to take a look?

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