Tenncor
|
Implementation of optimization converter that represents any node. More...
#include <parse.hpp>
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... | |
![]() | |
virtual | ~iConverter (void)=default |
Public Attributes | |
std::string | any_id_ |
String id of the any node. More... | |
Implementation of optimization converter that represents any node.
|
inline |
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
std::string eteq::AnyConvr< T >::any_id_ |
String id of the any node.