Ah, I guess, I found my issue.
I forgot to implement the Run function.
Weight tensors are initialized inside the Init function, but inputs at Run.
Thank you very much
---
[Visit
Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/7)
to respond.
You are receivi
It should not happen because the example I pointed out was for data tensors.
Did you set inputs before running the graph runtime?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/5)
to respond.
You are receiving this because you enabled mailing li
Ok, thank you, that works, but for some reason only for constant tensors.
The input tensors still have a nullpointer instead of the data field.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/4)
to respond.
You are receiving this because you enab