SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <OnnxProperty.h>
Public Member Functions | |
template<typename... Args> | |
NdWrapper (Args &&...args) | |
![]() | |
virtual | ~NdWrapperBase ()=default |
Public Attributes | |
Euclid::NdArray::NdArray< T > | m_ndarray |
Concrete types. We use dynamic_cast to get it back when writing the output.
Definition at line 44 of file OnnxProperty.h.
|
inline |
Definition at line 48 of file OnnxProperty.h.
References std::forward().
Euclid::NdArray::NdArray<T> SourceXtractor::OnnxProperty::NdWrapper< T >::m_ndarray |
Definition at line 45 of file OnnxProperty.h.