tvm
|
The user interface of the auto scheduler. More...
#include <tvm/auto_scheduler/measure.h>
#include <tvm/auto_scheduler/search_policy.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | tvm::auto_scheduler::TuningOptionsNode |
Tuning and measurement options. More... | |
class | tvm::auto_scheduler::TuningOptions |
Managed reference to TuningOptionsNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::auto_scheduler | |
Functions | |
std::pair< te::Schedule, Array< te::Tensor > > | tvm::auto_scheduler::AutoSchedule (SearchPolicy search_policy, TuningOptions tuning_options) |
Run schedule search for a given compute declaration. More... | |
The user interface of the auto scheduler.