Function: unregister_compile_func
C Prototype |
aclError aclopUnregisterCompileFunc(const char *opType) |
|---|---|
Python Function |
ret = acl.op.unregister_compile_func(op_type) |
Function Usage |
Deregisters the operator selector in the dynamic shape scenario. |
Input Description |
op_type: str, operator type. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: Operator Building