[TVM Discuss] [Questions] Example of JSON runtime for BYOC

2020-05-13 Thread Anil via TVM Discuss
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]

[TVM Discuss] [Application] How to add custom node operation in tvm using cpp

2020-04-13 Thread Anil via TVM Discuss
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