HDK
|
#include <onnxruntime_lite_custom_op.h>
Public Member Functions | |
void | Assign (const T *data, size_t size) |
size_t | size () const |
T | operator[] (size_t indice) const |
const T * | data () const |
Public Attributes | |
const T * | data_ = {} |
size_t | size_ = {} |
Definition at line 99 of file onnxruntime_lite_custom_op.h.
|
inline |
Definition at line 102 of file onnxruntime_lite_custom_op.h.
|
inline |
Definition at line 110 of file onnxruntime_lite_custom_op.h.
|
inline |
Definition at line 107 of file onnxruntime_lite_custom_op.h.
|
inline |
Definition at line 106 of file onnxruntime_lite_custom_op.h.
const T* Ort::Custom::Span< T >::data_ = {} |
Definition at line 100 of file onnxruntime_lite_custom_op.h.
size_t Ort::Custom::Span< T >::size_ = {} |
Definition at line 101 of file onnxruntime_lite_custom_op.h.