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.nd.array