Where can I find complete (relay+build+ runtime) example of JSON runtime for
BYOC?
---
[Visit Topic](https://discuss.tvm.ai/t/example-of-json-runtime-for-byoc/6670/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here]
I was able to use custom node using following python function. However, I was
not able to figure out doing the same in cpp. Could anyone point out me
implementation of same thing in cpp?
@tvm.register_func("tvm.accel.accel_fused")
def accel_fused(*tensors):
some operation
return tvm