<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraph/PointerArgument",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate9BNNSGraphO15PointerArgumentP"
  },
  "title" : "BNNSGraph.PointerArgument"
}
-->

# BNNSGraph.PointerArgument

A type that BNNS Graph accepts as an input-output argument.

```
protocol PointerArgument
```

## Topics

### Querying a pointer argument’s properties

[`var baseAddress: UnsafeMutablePointer<Self.Element>?`](/documentation/Accelerate/BNNSGraph/PointerArgument/baseAddress)

A pointer to the first element of the buffer.

[`var count: Int`](/documentation/Accelerate/BNNSGraph/PointerArgument/count)

The number of elements in the buffer.

### Associated Types

[`associatedtype Element`](/documentation/Accelerate/BNNSGraph/PointerArgument/Element)

The pointer argument’s element type.



---

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)