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

# BNNSGraphArgumentType

Constants that specify the argument type for a graph context.

```
struct BNNSGraphArgumentType
```

## Topics

### Initializers

### Argument types

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

Creates a new instance.

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

Creates a new instance with the specified raw value.

### Instance Properties

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

The corresponding value of the raw type.

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

A pointer to the raw data for the tensor.

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

A tensor structure.

## Relationships

### Conforms To

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

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

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

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

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

---

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)