SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | Public Attributes | List of all members
SourceXtractor::OnnxProperty::NdWrapper< T > Struct Template Reference

#include <OnnxProperty.h>

Inheritance diagram for SourceXtractor::OnnxProperty::NdWrapper< T >:
[legend]
Collaboration diagram for SourceXtractor::OnnxProperty::NdWrapper< T >:
[legend]

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)
inline

Definition at line 48 of file OnnxProperty.h.

References std::forward().

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.


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