kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-609924079 > 2\. The output type of stack is currently `static_tensor_float32_?_2_4_t[]` in my test. Is there a way to easily unwrap static tensor type wrapper and get relay `Tensor`? @wweic had such unwrapper in #4325 for generic arrays. We should have something equivalent for static arrays. @masahi You can use [tensor_get_data](https://github.com/apache/incubator-tvm/blob/master/python/tvm/relay/prelude.py#L515) to achieve this.
---------------------------------------------------------------- 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
