# ALI Loss

Adds two or more layers together. Accepts nested layer definitions.

## input size

Any number of matching tensors

## Output size

Same as input size

## syntax

```javascript
  "add [layer]*"
```

## examples

```javascript
  "add self (attention)"
```
