---
title: operatorName
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlmodelstructure-swift.enum/program/operation/operatorname
---

# operatorName

The name of the operator, e.g., “conv”, “pool”, “softmax”, etc.

## Declaration

```swift
let operatorName: String
```

## See Also

### Accessing the properties

- [blocks](coreml/mlmodelstructure-swift.enum/program/operation/blocks.md)
- [inputs](coreml/mlmodelstructure-swift.enum/program/operation/inputs.md)
- [outputs](coreml/mlmodelstructure-swift.enum/program/operation/outputs.md)
