Visible to Intel only — GUID: GUID-14AD2DE8-0DE7-487D-8AF6-806FE7068546
Visible to Intel only — GUID: GUID-14AD2DE8-0DE7-487D-8AF6-806FE7068546
Wildcard
General
Wildcard operation is used to represent any compute logic and help construct graph. Typically the operation can support mapping any framework ops which are not supported by the library implementation. It’s useful to make the graph completed or connected.
Operation attributes
Wildcard operation does not support any attribute.
Execution arguments
The inputs and outputs must be provided according to below index order when constructing an operation.
Inputs
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
src |
Optional |
Outputs
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
dst |
Optional |
Supported data types
Wildcard operation supports arbitrary data type combinations.