tvm
Classes | Namespaces | Functions
auto_schedule.h File Reference

The user interface of the auto scheduler. More...

#include <tvm/auto_scheduler/measure.h>
#include <tvm/auto_scheduler/search_policy.h>
#include <utility>
Include dependency graph for auto_schedule.h:

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...
 

Detailed Description

The user interface of the auto scheduler.