---
title: "BNNSGraphContextDestroy(_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/bnnsgraphcontextdestroy(_:)"
---

# BNNSGraphContextDestroy(_:)

Destroys the specified graph context.

## Declaration

```swift
func BNNSGraphContextDestroy(_ context: bnns_graph_context_t)
```

## Parameters

- `context`: The graph context.

## See Also

### Creating and destroying a context

- [bnns_graph_context_t](accelerate/bnns_graph_context_t.md)
- [BNNSGraphContextMake(_:)](accelerate/bnnsgraphcontextmake(_:).md)
- [BNNSGraphContextMakeStreaming(_:_:_:_:)](accelerate/bnnsgraphcontextmakestreaming(_:_:_:_:).md)
