|
spla
|
An callable operation to parametrize execution of math computations. More...
#include <op.hpp>


Public Member Functions | |
| ~Op () override=default | |
| virtual ref_ptr< Type > | get_type_res ()=0 |
| virtual std::string | get_name ()=0 |
| virtual std::string | get_key ()=0 |
| virtual std::string | get_source_cl ()=0 |
Public Member Functions inherited from spla::Object | |
| ~Object () override=default | |
| virtual void | set_label (std::string label)=0 |
| virtual const std::string & | get_label () const =0 |
Public Member Functions inherited from spla::RefCnt | |
| virtual | ~RefCnt () |
| bool | is_unique () const |
| std::int32_t | get_refs () const |
| std::int32_t | add_ref () const |
| std::int32_t | rel_ref () const |
An callable operation to parametrize execution of math computations.
|
overridedefault |
|
pure virtual |
Implemented in spla::TOpBinary< A0, A1, R >, spla::TOpSelect< A0 >, and spla::TOpUnary< A0, R >.
|
pure virtual |
Implemented in spla::TOpBinary< A0, A1, R >, spla::TOpSelect< A0 >, and spla::TOpUnary< A0, R >.
|
pure virtual |
Implemented in spla::TOpBinary< A0, A1, R >, spla::TOpSelect< A0 >, and spla::TOpUnary< A0, R >.
Implemented in spla::TOpBinary< A0, A1, R >, spla::TOpSelect< A0 >, and spla::TOpUnary< A0, R >.