HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::OrtSparseValuesParam Struct Reference

#include <onnxruntime_cxx_api.h>

Public Attributes

const int64_t * values_shape
 
size_t values_shape_len
 
union {
   const void *   p_data
 
   const char **   str
 
data
 

Detailed Description

Definition at line 944 of file onnxruntime_cxx_api.h.

Member Data Documentation

union { ... } Ort::detail::OrtSparseValuesParam::data
const void* Ort::detail::OrtSparseValuesParam::p_data

Definition at line 948 of file onnxruntime_cxx_api.h.

const char** Ort::detail::OrtSparseValuesParam::str

Definition at line 949 of file onnxruntime_cxx_api.h.

const int64_t* Ort::detail::OrtSparseValuesParam::values_shape

Definition at line 945 of file onnxruntime_cxx_api.h.

size_t Ort::detail::OrtSparseValuesParam::values_shape_len

Definition at line 946 of file onnxruntime_cxx_api.h.


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