--singleop
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 Acceleration 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
Parent topic: Basic Functionality