24 #ifndef ACLELEMENTGENERICUNARY_H 25 #define ACLELEMENTGENERICUNARY_H 27 #include "../Operators/aclOperatorUnary.h" 34 const string operation;
44 const string operation;
53 #endif // ACLELEMENTGENERICUNARY_H ElementGenericUnarySIMD(Element a, const string &operation_, bool outside=true)
Advanced Computational Language.
ElementGenericUnary(Element a, const string &operation_, bool outside=true)
virtual string str(const KernelConfiguration &kernelConfig) const
ACL Kernel configuration class.
std::shared_ptr< ElementBase > Element
virtual string str(const KernelConfiguration &kernelConfig) const