---
title: feedTensors
framework: metalperformanceshadersgraph
role: symbol
role_heading: Instance Property
path: metalperformanceshadersgraph/mpsgraphexecutable/feedtensors
---

# feedTensors

Tensors fed to the graph, can be used to order the inputs when executable is created with a graph.

## Declaration

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