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

Managed reference to RunnerInputNode. More...

#include <runner.h>

Inheritance diagram for tvm::meta_schedule::RunnerInput:
Collaboration diagram for tvm::meta_schedule::RunnerInput:

Public Member Functions

 RunnerInput (ffi::String artifact_path, ffi::String device_type, ffi::Array< ArgInfo > args_info)
 Constructor of RunnerInput. More...
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (RunnerInput, runtime::ObjectRef, RunnerInputNode)
 

Detailed Description

Managed reference to RunnerInputNode.

See also
RunnerInputNode

Constructor & Destructor Documentation

◆ RunnerInput()

tvm::meta_schedule::RunnerInput::RunnerInput ( ffi::String  artifact_path,
ffi::String  device_type,
ffi::Array< ArgInfo args_info 
)
explicit

Constructor of RunnerInput.

Parameters
artifact_pathThe path to the built artifact.
device_typeThe type of device.
args_infoThe argument information.

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::meta_schedule::RunnerInput::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( RunnerInput  ,
runtime::ObjectRef  ,
RunnerInputNode   
)

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