--singleop

Applicability

Product

Supported (√/x)

Atlas A3 training product / Atlas A3 inference product

Atlas A2 training product / Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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 Operator Library.

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