Single-Operator Model Execution
- Overview
- Sample Code for Executing a Static-Shape Operator
This section describes the key APIs and sample code for calling static-shape operators in single-operator model execution mode. - Sample Code for Executing a Dynamic-Shape Operator
This section describes the key APIs and sample code for calling dynamic-shape operators in single-operator model execution mode. - aclopSetModelDir
- aclopLoad
- aclopExecute (Deprecated)
- aclopExecuteV2
- aclopExecWithHandle
- aclopCast
- aclopCreateHandleForCast
- aclSetCompileopt
- aclGetCompileopt
- aclopSetCompileFlag (Deprecated)
- aclGetCompileoptSize
- aclopCompile
- aclopCompileAndExecute
- aclopCompileAndExecuteV2
- aclopInferShape
- aclopRegisterCompileFunc
- aclopUnregisterCompileFunc
- aclopCreateKernel
- aclopSetKernelArgs
- aclopSetKernelWorkspaceSizes
- aclopUpdateParams
- aclopSetMaxOpQueueNum
- aclGenGraphAndDumpForOp
Parent topic: Single-Operator Calling