#include <tvm/ffi/any.h>
#include <tvm/ffi/container/array.h>
#include <tvm/ffi/container/map.h>
#include <tvm/ffi/reflection/access_path.h>
#include <tvm/ffi/reflection/registry.h>
#include <tvm/ffi/string.h>
#include <tvm/node/functor.h>
#include <tvm/runtime/data_type.h>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| tvm |
| Performance counters for profiling via the PAPI library.
|
|
◆ TVM_OBJECT_ENABLE_SCRIPT_PRINTER
#define TVM_OBJECT_ENABLE_SCRIPT_PRINTER |
( |
| ) |
|
Value: std::string Script(const Optional<PrinterConfig>& config = std::nullopt) const { \
return TVMScriptPrinter::Script(GetRef<ObjectRef>(this), config.value_or(PrinterConfig())); \
}