[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively
writing trampoline by hand is probably the way to go for those passes. --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/17) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/b18e46afa5cf1df5f70fb350eb8677eb83f563b0f6ef5384ff9d252825d31d46).
[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively
hmm. after a bit of thinking, doesnt this pass force visit to all children, even though that dont necessarily need it? will making the right hand side a lazy value make more sense? --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/18) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/b214e4613a053a7b27c245bad7439d51b9d5f677fa62c70a37c7b50f7133fd97).
[TVM Discuss] [Development] NDArray conversion to numpy array take time (around 350ms) with a simple data
Hi, I have built & tuned successfully the mxnet gluoncv model, and the result (classIds, scores, boxes) of the model referenced is NDArray. I want to draw boxes of class Person only, so I need to select these results by the condition. I got a big issue of performance with the tvm.runtime.ndarray.NDArray conversion. The conversion to numpy array always costs around 300ms. Is there any way or method that I can filter these results better? Many thanks!! --- [Visit Topic](https://discuss.tvm.ai/t/ndarray-conversion-to-numpy-array-take-time-around-350ms-with-a-simple-data/6053/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/7bca975ba8f00064a5d6f556b84ceb856ea1f51d2cea1d0e0d950b4265d4a6a2).