Tenncor
Public Member Functions | Public Attributes | List of all members
eteq::AnyConvr< T > Struct Template Referencefinal

Implementation of optimization converter that represents any node. More...

#include <parse.hpp>

Inheritance diagram for eteq::AnyConvr< T >:
Inheritance graph
[legend]
Collaboration diagram for eteq::AnyConvr< T >:
Collaboration graph
[legend]

Public Member Functions

 AnyConvr (std::string any_id)
 
teq::TensptrT build (const opt::ContexT &ctx, teq::Shape outshape) const override
 Implementation of iConverter. More...
 
std::string to_string (void) const override
 Implementation of iConverter. More...
 
- Public Member Functions inherited from opt::iConverter
virtual ~iConverter (void)=default
 

Public Attributes

std::string any_id_
 String id of the any node. More...
 

Detailed Description

template<typename T>
struct eteq::AnyConvr< T >

Implementation of optimization converter that represents any node.

Constructor & Destructor Documentation

◆ AnyConvr()

template<typename T >
eteq::AnyConvr< T >::AnyConvr ( std::string  any_id)
inline

Member Function Documentation

◆ build()

template<typename T >
teq::TensptrT eteq::AnyConvr< T >::build ( const opt::ContexT ctx,
teq::Shape  outshape 
) const
inlineoverridevirtual

Implementation of iConverter.

Implements opt::iConverter.

◆ to_string()

template<typename T >
std::string eteq::AnyConvr< T >::to_string ( void  ) const
inlineoverridevirtual

Implementation of iConverter.

Implements opt::iConverter.

Member Data Documentation

◆ any_id_

template<typename T >
std::string eteq::AnyConvr< T >::any_id_

String id of the any node.


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