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 (String artifact_path, String device_type, Array< ArgInfo > args_info)
 Constructor of RunnerInput. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (RunnerInput, runtime::ObjectRef, RunnerInputNode)
 

Detailed Description

Managed reference to RunnerInputNode.

See also
RunnerInputNode

Constructor & Destructor Documentation

◆ RunnerInput()

tvm::meta_schedule::RunnerInput::RunnerInput ( String  artifact_path,
String  device_type,
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_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

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

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