---
title: "subscript(_:)"
framework: accelerate
role: symbol
role_heading: Instance Subscript
path: "accelerate/bnnsgraph/builder/tensor/subscript(_:)"
---

# subscript(_:)

Adds a slice operation to the current graph.

## Declaration

```swift
subscript(ranges: any BNNSGraph.Builder.SliceIndex...) -> BNNSGraph.Builder.Tensor<T> { get set }
```
