---
title: InferenceValue.MutableViewRepresentable
framework: coreai
role: symbol
role_heading: Protocol
path: coreai/inferencevalue/mutableviewrepresentable
---

# InferenceValue.MutableViewRepresentable

A type that can provide a mutable view of itself as an inference value.

## Declaration

```swift
protocol MutableViewRepresentable : ~Copyable
```

## Topics

### Creating a mutable view

- [mutableView()](coreai/inferencevalue/mutableviewrepresentable/mutableview().md)

## Relationships

### Conforming Types

- [NDArray](coreai/ndarray.md)

## See Also

### Adopting representable protocols

- [InferenceValue.ViewRepresentable](coreai/inferencevalue/viewrepresentable.md)
