tvm
|
#include <tvm/meta_schedule/builder.h>
#include <tvm/meta_schedule/cost_model.h>
#include <tvm/meta_schedule/measure_callback.h>
#include <tvm/meta_schedule/runner.h>
#include <tvm/meta_schedule/tune_context.h>
#include <tvm/node/reflection.h>
#include <tvm/runtime/container/array.h>
#include <tvm/runtime/container/optional.h>
#include <tvm/runtime/object.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/support/random_engine.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | tvm::meta_schedule::TaskRecordNode |
class | tvm::meta_schedule::TaskRecord |
Managed reference to TaskRecordNode. More... | |
class | tvm::meta_schedule::TaskSchedulerNode |
The abstract interface of task schedulers. More... | |
class | tvm::meta_schedule::PyTaskSchedulerNode |
The task scheduler with customized methods on the python-side. More... | |
class | tvm::meta_schedule::TaskScheduler |
Managed reference to TaskSchedulerNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::meta_schedule | |