简介
自定义算子的基类。
需要包含的头文件
1 | #include <graph/custom_op.h> |
Public成员函数
virtual graphStatus Execute(gert::EagerOpExecutionContext *ctx) = 0;
父主题: BaseCustomOp
自定义算子的基类。
1 | #include <graph/custom_op.h> |
virtual graphStatus Execute(gert::EagerOpExecutionContext *ctx) = 0;