Function: unregister_compile_func

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Unregisters an operator selector in dynamic shape scenarios.

Prototype

  • C Prototype
    1
    aclError aclopUnregisterCompileFunc(const char *opType)
    
  • Python Function
    1
    ret = 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.