19#ifndef TVM_S_TIR_META_SCHEDULE_ARG_INFO_H_
20#define TVM_S_TIR_META_SCHEDULE_ARG_INFO_H_
22#include <tvm/ffi/container/shape.h>
23#include <tvm/ffi/dtype.h>
24#include <tvm/ffi/reflection/registry.h>
32namespace meta_schedule {
43 virtual ffi::ObjectRef
AsJSON()
const = 0;
87 namespace refl = tvm::ffi::reflection;
88 refl::ObjectDef<TensorInfoNode>()
Managed reference class to IRModuleNode.
Definition module.h:255
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Managed reference to PrimFuncNode.
Definition function.h:105
IRModule that holds the functions and type definitions.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40