tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::meta_schedule::RunnerInputNode Class Reference

Runner's input containing path of artifact, type of device and argument info. More...

#include <runner.h>

Inheritance diagram for tvm::meta_schedule::RunnerInputNode:
Collaboration diagram for tvm::meta_schedule::RunnerInputNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (RunnerInputNode, runtime::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

String artifact_path
 The path to the built artifact. More...
 
String device_type
 The type of device. More...
 
Array< ArgInfoargs_info
 The argument information. More...
 

Static Public Attributes

static constexpr const char * _type_key = "meta_schedule.RunnerInput"
 

Detailed Description

Runner's input containing path of artifact, type of device and argument info.

Member Function Documentation

◆ RegisterReflection()

static void tvm::meta_schedule::RunnerInputNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::meta_schedule::RunnerInputNode::TVM_DECLARE_FINAL_OBJECT_INFO ( RunnerInputNode  ,
runtime::Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::meta_schedule::RunnerInputNode::_type_key = "meta_schedule.RunnerInput"
staticconstexpr

◆ args_info

Array<ArgInfo> tvm::meta_schedule::RunnerInputNode::args_info

The argument information.

◆ artifact_path

String tvm::meta_schedule::RunnerInputNode::artifact_path

The path to the built artifact.

◆ device_type

String tvm::meta_schedule::RunnerInputNode::device_type

The type of device.


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