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 2021/05/14 21:21:58 UTC

[GitHub] [tvm] trevor-m opened a new pull request #8051: [Frontend][TensorFlow] Move infer_value to _get_list_param

trevor-m opened a new pull request #8051:
URL: https://github.com/apache/tvm/pull/8051


   Almost all instances of `_get_list_param` have a fallback to use `infer_value` to get a static list, or if they didn't they could only benefit from it. This PR moves that code inside `_get_list_param` so it will be used by all ops using `_get_list_param`.
   
   This is helpful for strided_slice because it didn't have the `infer_value` fallback which was causing an error for some models I was trying to compile.


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



[GitHub] [tvm] kevinthesun commented on pull request #8051: [Frontend][TensorFlow] Move infer_value to _get_list_param

Posted by GitBox <gi...@apache.org>.
kevinthesun commented on pull request #8051:
URL: https://github.com/apache/tvm/pull/8051#issuecomment-843574435


   Thanks @trevor-m 


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



[GitHub] [tvm] kevinthesun merged pull request #8051: [Frontend][TensorFlow] Move infer_value to _get_list_param

Posted by GitBox <gi...@apache.org>.
kevinthesun merged pull request #8051:
URL: https://github.com/apache/tvm/pull/8051


   


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



[GitHub] [tvm] trevor-m commented on pull request #8051: [Frontend][TensorFlow] Move infer_value to _get_list_param

Posted by GitBox <gi...@apache.org>.
trevor-m commented on pull request #8051:
URL: https://github.com/apache/tvm/pull/8051#issuecomment-841511526


   @kevinthesun Could you please review?


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