<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraphCompileOptionsGetOutputPath(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@BNNSGraphCompileOptionsGetOutputPath"
  },
  "title" : "BNNSGraphCompileOptionsGetOutputPath(_:)"
}
-->

# BNNSGraphCompileOptionsGetOutputPath(_:)

Returns the option for the compiled graph’s output path.

```
func BNNSGraphCompileOptionsGetOutputPath(_ options: bnns_graph_compile_options_t) -> UnsafePointer<CChar>?
```

## Parameters

`options`

The compilation options object.

## Return Value

The path that the [`BNNSGraphCompileOptionsSetOutputPath(_:_:)`](/documentation/Accelerate/BNNSGraphCompileOptionsSetOutputPath(_:_:)) function defines, if any.

## Discussion

---

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)