Can you elaborate which Python API there exists for tuning? I am familiar with the AutoTVM project API, but as I understand it that requires the RPC server.
I have a lot of legacy code needed for my hardware target that is not supported by a C++ compiler, so cross compilation doesn’t really help me. The compilation will be done on the host machine anyway, since the target isn’t suited to run a compiler on it.