Function: unregister_compile_func
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Unregisters an operator selector in dynamic shape scenarios.
Prototype
- C Prototype
1aclError aclopUnregisterCompileFunc(const char *opType)
- Python Function
1ret = acl.op.unregister_compile_func(op_type)
Parameter Description
Parameter |
Description |
|---|---|
op_type |
Str, operator type. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Single-Operator Model Execution