tvm
Public Member Functions | Static Public Member Functions | 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_FFI_DECLARE_OBJECT_INFO_FINAL ("meta_schedule.RunnerInput", RunnerInputNode, runtime::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

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

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_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::meta_schedule::RunnerInputNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "meta_schedule.RunnerInput"  ,
RunnerInputNode  ,
runtime::Object   
)

Member Data Documentation

◆ args_info

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

The argument information.

◆ artifact_path

ffi::String tvm::meta_schedule::RunnerInputNode::artifact_path

The path to the built artifact.

◆ device_type

ffi::String tvm::meta_schedule::RunnerInputNode::device_type

The type of device.


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