Tenncor
|
Implementation of optimization converter that represents and builds subgraphs of specific types. More...
#include <parse.hpp>
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... | |
![]() | |
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... | |
Implementation of optimization converter that represents and builds subgraphs of specific types.
|
inline |
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
BuilderArgsT eteq::GroupConvr< T >::args_ |
Arguments of the group.
std::string eteq::GroupConvr< T >::group_ |
Group name.
std::string eteq::GroupConvr< T >::variadic_ |
Variadic Any id.