There are no existing examples avaiable. But you can try to build one by
translating existing python code to c++ code. The c++ entry point is file
https://github.com/apache/tvm/blob/main/src/auto_scheduler/auto_schedule.cc
---
[Visit
Topic](https://discuss.tvm.apache.org/t/c-apis-of-ansor
Hi,
I was trying to convert a neural network into tensor expressions, and optimize
the performance using Ansor (in C++).
However, I was not able to find any document or test case to use Ansor in C++
(there is a simple cpp testcase for Ansor ComputeDAG, but it does not describe
a complete a