HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::Custom::OrtLiteCustomFunc< Args >::Kernel Struct Reference

#include <onnxruntime_lite_custom_op.h>

Public Attributes

size_t num_input_ {}
 
size_t num_output_ {}
 
ComputeFn compute_fn_ {}
 
ComputeFnReturnStatus compute_fn_return_status_ {}
 
std::string ep_ {}
 

Detailed Description

template<typename... Args>
struct Ort::Custom::OrtLiteCustomFunc< Args >::Kernel

Definition at line 898 of file onnxruntime_lite_custom_op.h.

Member Data Documentation

template<typename... Args>
ComputeFn Ort::Custom::OrtLiteCustomFunc< Args >::Kernel::compute_fn_ {}

Definition at line 901 of file onnxruntime_lite_custom_op.h.

template<typename... Args>
ComputeFnReturnStatus Ort::Custom::OrtLiteCustomFunc< Args >::Kernel::compute_fn_return_status_ {}

Definition at line 902 of file onnxruntime_lite_custom_op.h.

template<typename... Args>
std::string Ort::Custom::OrtLiteCustomFunc< Args >::Kernel::ep_ {}

Definition at line 903 of file onnxruntime_lite_custom_op.h.

template<typename... Args>
size_t Ort::Custom::OrtLiteCustomFunc< Args >::Kernel::num_input_ {}

Definition at line 899 of file onnxruntime_lite_custom_op.h.

template<typename... Args>
size_t Ort::Custom::OrtLiteCustomFunc< Args >::Kernel::num_output_ {}

Definition at line 900 of file onnxruntime_lite_custom_op.h.


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