Function: unregister_compile_func

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

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)
    

Parameters

Parameter

Description

op_type

Str, operator type.

Returns

Return Value

Description

ret

Int, error code: 0 on success; else, failure.