23.05
|
An operator for the sole purpose of validating fusion. More...
#include <GpuOperatorGroup.h>
Public Member Functions | |
Operator ()=default | |
Default constructor. More... | |
OperatorId | id () const |
Get Operator Id. More... | |
GpuOperatorType | operator_type () const |
Get operator type. More... | |
ArgumentPack< ITensorInfo > | tensors () const |
Get tensor arguments. More... | |
Friends | |
class | GpuOperatorGroup |
An operator for the sole purpose of validating fusion.
Definition at line 43 of file GpuOperatorGroup.h.
|
default |
Default constructor.
OperatorId id | ( | ) | const |
Get Operator Id.
Definition at line 56 of file GpuOperatorGroup.cpp.
Referenced by GpuOperatorGroup::add_operator(), and GpuOperatorGroup::try_add_operator().
GpuOperatorType operator_type | ( | ) | const |
Get operator type.
Definition at line 61 of file GpuOperatorGroup.cpp.
Referenced by GpuOperatorGroup::try_add_operator().
ArgumentPack< ITensorInfo > tensors | ( | ) | const |
Get tensor arguments.
Definition at line 66 of file GpuOperatorGroup.cpp.
Referenced by GpuOperatorGroup::add_operator(), and GpuOperatorGroup::try_add_operator().
|
friend |
Definition at line 54 of file GpuOperatorGroup.h.