Skip to content

Commit

Permalink
Delete dupe LEAKY_RELU
Browse files Browse the repository at this point in the history
  • Loading branch information
scottamain committed Mar 13, 2019
1 parent f4bc69b commit fb62295
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tensorflow/lite/g3doc/guide/ops_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,20 +511,6 @@ Options {
}
```

**LEAKY_RELU**

```
Inputs {
0: a tensor
}
Outputs {
0: a tensor equivalent to max(input, input * alpha)
}
Options {
alpha
}
```

**LESS**

```
Expand Down

1 comment on commit fb62295

@Andresdiago2599
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.