tvm
Public Member Functions | List of all members
tvm::meta_schedule::BuilderInput Class Reference

Managed reference to BuilderInputNode. More...

#include <builder.h>

Inheritance diagram for tvm::meta_schedule::BuilderInput:
Collaboration diagram for tvm::meta_schedule::BuilderInput:

Public Member Functions

 BuilderInput (IRModule mod, Target target, ffi::Optional< ffi::Map< ffi::String, runtime::Tensor >> params=std::nullopt)
 Constructor of BuilderInput. More...
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (BuilderInput, runtime::ObjectRef, BuilderInputNode)
 

Detailed Description

Managed reference to BuilderInputNode.

See also
BuilderInputNode

Constructor & Destructor Documentation

◆ BuilderInput()

tvm::meta_schedule::BuilderInput::BuilderInput ( IRModule  mod,
Target  target,
ffi::Optional< ffi::Map< ffi::String, runtime::Tensor >>  params = std::nullopt 
)
explicit

Constructor of BuilderInput.

Parameters
modThe IRModule to be built.
targetThe target to be built for.
paramsParameters for Relax build module.

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::meta_schedule::BuilderInput::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( BuilderInput  ,
runtime::ObjectRef  ,
BuilderInputNode   
)

The documentation for this class was generated from the following file: