tvm
Classes | Namespaces
search_task.h File Reference

Meta information and hardware parameters for a search task. More...

#include <tvm/auto_scheduler/compute_dag.h>
#include <tvm/runtime/ndarray.h>
#include <tvm/target/target.h>
Include dependency graph for search_task.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::auto_scheduler::HardwareParamsNode
 The parameters of target hardware used to guide the SearchPolicy. More...
 
class  tvm::auto_scheduler::HardwareParams
 Managed reference to HardwareParamsNode. More...
 
class  tvm::auto_scheduler::SearchTaskNode
 The computation information and hardware parameters for a specific schedule search task. More...
 
class  tvm::auto_scheduler::SearchTask
 Managed reference to SearchTaskNode. More...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::auto_scheduler
 

Detailed Description

Meta information and hardware parameters for a search task.