Tenncor
|
Implementation of optimization converter that represents and builds scalar constants. More...
#include <parse.hpp>
Public Member Functions | |
ScalarConvr (double scalar) | |
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 | |
double | scalar_ |
Scalar represented. More... | |
Implementation of optimization converter that represents and builds scalar constants.
|
inline |
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
|
inlineoverridevirtual |
Implementation of iConverter.
Implements opt::iConverter.
double eteq::ScalarConvr< T >::scalar_ |
Scalar represented.