Tenncor
|
Implementation of optimization converter that represents and builds functors. More...
#include <parse.hpp>
Public Member Functions | |
FuncConvr (std::string op, BuilderArgsT args) | |
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 | |
teq::Opcode | opcode_ |
Operator being represented. More... | |
BuilderArgsT | args_ |
Arguments of the functor. More... | |
Implementation of optimization converter that represents and builds functors.
|
inline |
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
BuilderArgsT eteq::FuncConvr< T >::args_ |
Arguments of the functor.
teq::Opcode eteq::FuncConvr< T >::opcode_ |
Operator being represented.