---
title: targetTensors
framework: metalperformanceshadersgraph
role: symbol
role_heading: Instance Property
path: metalperformanceshadersgraph/mpsgraphexecutable/targettensors
---

# targetTensors

Tensors targeted by the graph, can be used to order the outputs when executable was created with a graph.

## Declaration

```swift
var targetTensors: [MPSGraphTensor]? { get }
```
