SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::OnnxProperty::NdWrapper< T > Struct Template Reference

#include <OnnxProperty.h>

Inheritance diagram for SourceXtractor::OnnxProperty::NdWrapper< T >:
Collaboration diagram for SourceXtractor::OnnxProperty::NdWrapper< T >:

Public Member Functions

template<typename ... Args>
 NdWrapper (Args &&... args)
Public Member Functions inherited from SourceXtractor::OnnxProperty::NdWrapperBase
virtual ~NdWrapperBase ()=default

Public Attributes

Euclid::NdArray::NdArray< T > m_ndarray

Detailed Description

template<typename T>
struct SourceXtractor::OnnxProperty::NdWrapper< T >

Concrete types. We use dynamic_cast to get it back when writing the output.

Definition at line 44 of file OnnxProperty.h.

Constructor & Destructor Documentation

◆ NdWrapper()

template<typename T>
template<typename ... Args>
SourceXtractor::OnnxProperty::NdWrapper< T >::NdWrapper ( Args &&... args)
inlineexplicit

Definition at line 48 of file OnnxProperty.h.

References std::forward(), and m_ndarray.

Here is the call graph for this function:

Member Data Documentation

◆ m_ndarray

template<typename T>
Euclid::NdArray::NdArray<T> SourceXtractor::OnnxProperty::NdWrapper< T >::m_ndarray

Definition at line 45 of file OnnxProperty.h.

Referenced by SourceXtractor::OnnxProperty::getData(), and NdWrapper().


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