This is a handle to an operator schema registered with the dispatcher. More...
#include <Dispatcher.h>
Public Member Functions | |
| OperatorHandle (OperatorHandle &&)=default | |
| OperatorHandle & | operator= (OperatorHandle &&)=default |
| OperatorHandle (const OperatorHandle &)=default | |
| OperatorHandle & | operator= (const OperatorHandle &)=default |
| const FunctionSchema & | schema () const |
Friends | |
| class | Dispatcher |
This is a handle to an operator schema registered with the dispatcher.
This handle can be used to register kernels with the dispatcher or to lookup a kernel for a certain set of arguments.
Definition at line 139 of file Dispatcher.h.
1.8.11