Delete dupe LEAKY_RELU

This commit is contained in:
Scott Main 2019-03-13 16:17:03 -07:00 committed by GitHub
parent f4bc69bb86
commit fb622951c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,20 +511,6 @@ Options {
}
```
**LEAKY_RELU**
```
Inputs {
0: a tensor
}
Outputs {
0: a tensor equivalent to max(input, input * alpha)
}
Options {
alpha
}
```
**LESS**
```