<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraphArgumentIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@EA@BNNSGraphArgumentIntent"
  },
  "title" : "BNNSGraphArgumentIntent"
}
-->

# BNNSGraphArgumentIntent

Constants that describe argument intents.

```
struct BNNSGraphArgumentIntent
```

## Topics

### Initializing an argument intent structure

### Argument intents

[`init(_:)`](/documentation/Accelerate/BNNSGraphArgumentIntent/init(_:))

Creates a new instance.

[`init(rawValue:)`](/documentation/Accelerate/BNNSGraphArgumentIntent/init(rawValue:))

Creates a new instance with the specified raw value.

[`rawValue`](/documentation/Accelerate/BNNSGraphArgumentIntent/rawValue)

The corresponding value of the raw type.

[`BNNSGraphArgumentIntentIn`](/documentation/Accelerate/BNNSGraphArgumentIntentIn)

A constant that specifies the argument provides an input tensor.

[`BNNSGraphArgumentIntentOut`](/documentation/Accelerate/BNNSGraphArgumentIntentOut)

A constant that specifies the argument provides an output tensor.

[`BNNSGraphArgumentIntentInOut`](/documentation/Accelerate/BNNSGraphArgumentIntentInOut)

A constant that specifies the argument is an in-place input and output tensor.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)