Backend support for C++ or Verilog

Hi,

Does TVM support Tensorflow as front end and C++/Verilog as backend?
I am interested in compiling a Tensorflow model using TVM and want to see output in c++/verilog(backend) of the compiled tensorflow model.

yes, we support tensorflow import.

Can you please point me to any document which explains how to get a backend output in c/c++/verilog.

tensorflow:
https://docs.tvm.ai/tutorials/nnvm/from_tensorflow.html#sphx-glr-tutorials-nnvm-from-tensorflow-py

C as a backend:

You can find more about code generator on https://github.com/dmlc/tvm/tree/master/src/codegen