HDK
|
#include <string>
#include "core/common/common.h"
#include "core/common/exceptions.h"
#include "core/framework/allocator.h"
#include "core/framework/data_types.h"
#include "core/framework/tensor.h"
Go to the source code of this file.
Classes | |
struct | OrtValue |
Namespaces | |
onnxruntime | |
Functions | |
template<> | |
const onnxruntime::Tensor & | OrtValue::Get< onnxruntime::Tensor > () const |
template<> | |
onnxruntime::Tensor * | OrtValue::GetMutable< onnxruntime::Tensor > () |
template<> | |
const onnxruntime::TensorSeq & | OrtValue::Get< onnxruntime::TensorSeq > () const |
template<> | |
onnxruntime::TensorSeq * | OrtValue::GetMutable< onnxruntime::TensorSeq > () |
template<> | |
const onnxruntime::SparseTensor & | OrtValue::Get< onnxruntime::SparseTensor > () const |
template<> | |
onnxruntime::SparseTensor * | OrtValue::GetMutable< onnxruntime::SparseTensor > () |
|
inline |
Definition at line 109 of file ort_value.h.
|
inline |
Definition at line 84 of file ort_value.h.
|
inline |
Definition at line 96 of file ort_value.h.
|
inline |
Definition at line 115 of file ort_value.h.
|
inline |
Definition at line 90 of file ort_value.h.
|
inline |
Definition at line 102 of file ort_value.h.