Method HasAttribute
HasAttribute(string)
Whether the ONNX operator has an attribute called name.
Declaration
public bool HasAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the attribute. |
Returns
| Type | Description |
|---|---|
| bool | Whether operator has attribute with name. |