---
title: "graphBuilderTensor(_:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/bnnsgraph/builder/tensor/graphbuildertensor(_:)"
---

# graphBuilderTensor(_:)

Returns a tensor for the specified BNNS Graph builder.

## Declaration

```swift
func graphBuilderTensor(_ builder: BNNSGraph.Builder) -> BNNSGraph.Builder.Tensor<T>
```
