Can you use (call) relay layers in C++?

Hi everyone,

So far, I have used my relay layers in the Python API and exported the libraries, json, and params to run my graphs in C++. I was wondering if there is a way you can use (call) the relay layers directly from C++, and possibly, auto-tune them in the C++ environment too.

I appreciate any information you can share on this issue.

Here is an example to build Relay program in C++: https://github.com/apache/incubator-tvm/blob/master/tests/cpp/relay_build_module_test.cc

For auto tune, it requires more work to port into C++.