Tenncor
|
Converter interface for building TEQ graphs. More...
#include <iconverter.hpp>
Public Member Functions | |
virtual | ~iConverter (void)=default |
virtual teq::TensptrT | build (const ContexT &ctx, teq::Shape outshape) const =0 |
virtual std::string | to_string (void) const =0 |
Converter interface for building TEQ graphs.
|
virtualdefault |
|
pure virtual |
Return converted TEQ graph root given candidate context and expected output shape
Implemented in eteq::GroupConvr< T >, eteq::FuncConvr< T >, eteq::AnyConvr< T >, and eteq::ScalarConvr< T >.
|
pure virtual |
Implemented in eteq::GroupConvr< T >, eteq::FuncConvr< T >, eteq::AnyConvr< T >, and eteq::ScalarConvr< T >.