本章节列出的接口均为预留接口,后续有可能变更或废弃,不建议开发者使用,开发者无需关注。
- OpAttrDef &GetOrCreateAttr(const char *name);
- static int OpDefRegister(const char *name, OpDefCreator creator);
- OpCheckFuncHelper(const ge::AscendString &check_type, const ge::AscendString &op_type, OP_CHECK_FUNC func);
- OpCheckFuncHelper(const ge::AscendString &op_type, PARAM_GENERALIZE_FUNC func);
- OpParamDef &IgnoreContiguous(void);
- OpAICoreDef &SetOpSupportInfo(optiling::OP_CHECK_FUNC func);
- OpAICoreDef &SetOpSpecInfo(optiling::OP_CHECK_FUNC func);
- OpAICoreDef &SetParamGeneralize(optiling::PARAM_GENERALIZE_FUNC func);
- optiling::OP_CHECK_FUNC &GetCheckSupport(void);
- optiling::OP_CHECK_FUNC &GetOpSelectFormat(void);
- optiling::OP_CHECK_FUNC &GetOpSupportInfo(void);
- optiling::OP_CHECK_FUNC &GetOpSpecInfo(void);
- optiling::PARAM_GENERALIZE_FUNC &GetParamGeneralize(void);
- gert::OpImplKernelRegistry::InferShapeKernelFunc &GetInferShape(void);
- gert::OpImplKernelRegistry::InferShapeRangeKernelFunc &GetInferShapeRange(void);
- gert::OpImplKernelRegistry::InferDataTypeKernelFunc &GetInferDataType(void);