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](htt
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.
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.ndar