--singleop

Applicability

Product

Supported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Tunes one or more specified operators by configuring the operator description file.

See Also

None

Arguments

Argument: The name extension of an operator description file is not limited to .json, but the file content must be in .json format. For details, see Generating a Single-Operator Model..

Restrictions: The specified single-operator is defined based on Ascend IR. For details about the single-operator definitions, see the Operator Library API Reference.

Suggestions and Benefits

None

Examples

The following uses the single-operator GEMM as an example for illustration. Upload the operator description file gemm.json to any directory on the AOE server, for example, ${HOME}/singleop.

--singleop=${HOME}/singleop/gemm.json --output=${HOME}/singleop/out/op_model

Dependencies and Restrictions

None