HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::Custom::ArgBase Class Reference

#include <onnxruntime_lite_custom_op.h>

+ Inheritance diagram for Ort::Custom::ArgBase:

Public Member Functions

 ArgBase (OrtKernelContext *ctx, size_t indice, bool is_input)
 
virtual ~ArgBase ()
 

Protected Attributes

struct KernelContext ctx_
 
size_t indice_
 
bool is_input_
 

Detailed Description

Definition at line 27 of file onnxruntime_lite_custom_op.h.

Constructor & Destructor Documentation

Ort::Custom::ArgBase::ArgBase ( OrtKernelContext *  ctx,
size_t  indice,
bool  is_input 
)
inline

Definition at line 29 of file onnxruntime_lite_custom_op.h.

virtual Ort::Custom::ArgBase::~ArgBase ( )
inlinevirtual

Definition at line 32 of file onnxruntime_lite_custom_op.h.

Member Data Documentation

struct KernelContext Ort::Custom::ArgBase::ctx_
protected

Definition at line 35 of file onnxruntime_lite_custom_op.h.

size_t Ort::Custom::ArgBase::indice_
protected

Definition at line 36 of file onnxruntime_lite_custom_op.h.

bool Ort::Custom::ArgBase::is_input_
protected

Definition at line 37 of file onnxruntime_lite_custom_op.h.


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