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

Implementation of optimization converter that represents and builds subgraphs of specific types. More...

#include <parse.hpp>

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

Public Member Functions

 GroupConvr (std::string group, BuilderArgsT args, std::string variadic)
 
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 group_
 Group name. More...
 
BuilderArgsT args_
 Arguments of the group. More...
 
std::string variadic_
 Variadic Any id. More...
 

Detailed Description

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

Implementation of optimization converter that represents and builds subgraphs of specific types.

Constructor & Destructor Documentation

◆ GroupConvr()

template<typename T >
eteq::GroupConvr< T >::GroupConvr ( std::string  group,
BuilderArgsT  args,
std::string  variadic 
)
inline

Member Function Documentation

◆ build()

template<typename T >
teq::TensptrT eteq::GroupConvr< 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::GroupConvr< T >::to_string ( void  ) const
inlineoverridevirtual

Implementation of iConverter.

Implements opt::iConverter.

Member Data Documentation

◆ args_

template<typename T >
BuilderArgsT eteq::GroupConvr< T >::args_

Arguments of the group.

◆ group_

template<typename T >
std::string eteq::GroupConvr< T >::group_

Group name.

◆ variadic_

template<typename T >
std::string eteq::GroupConvr< T >::variadic_

Variadic Any id.


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