HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ort_value.h File Reference
+ Include dependency graph for ort_value.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OrtValue
 

Namespaces

 onnxruntime
 

Functions

template<>
const onnxruntime::TensorOrtValue::Get< onnxruntime::Tensor > () const
 
template<>
onnxruntime::TensorOrtValue::GetMutable< onnxruntime::Tensor > ()
 
template<>
const onnxruntime::TensorSeq & OrtValue::Get< onnxruntime::TensorSeq > () const
 
template<>
onnxruntime::TensorSeq * OrtValue::GetMutable< onnxruntime::TensorSeq > ()
 
template<>
const onnxruntime::SparseTensorOrtValue::Get< onnxruntime::SparseTensor > () const
 
template<>
onnxruntime::SparseTensorOrtValue::GetMutable< onnxruntime::SparseTensor > ()
 

Function Documentation

Definition at line 113 of file ort_value.h.

Definition at line 88 of file ort_value.h.

template<>
const onnxruntime::TensorSeq& OrtValue::Get< onnxruntime::TensorSeq > ( ) const
inline

Definition at line 100 of file ort_value.h.

Definition at line 119 of file ort_value.h.

Definition at line 94 of file ort_value.h.

template<>
onnxruntime::TensorSeq* OrtValue::GetMutable< onnxruntime::TensorSeq > ( )
inline

Definition at line 106 of file ort_value.h.