Merge pull request #26681 from scottamain:patch-1
PiperOrigin-RevId: 238469135
This commit is contained in:
commit
8e248b89c7
@ -9,8 +9,8 @@ Since the set of TensorFlow Lite operations is smaller than TensorFlow's, not
|
|||||||
every model is convertible. Even for supported operations, very specific usage
|
every model is convertible. Even for supported operations, very specific usage
|
||||||
patterns are sometimes expected, for performance reasons. We expect to expand
|
patterns are sometimes expected, for performance reasons. We expect to expand
|
||||||
the set of supported operations in future TensorFlow Lite releases. Additional
|
the set of supported operations in future TensorFlow Lite releases. Additional
|
||||||
ops can be included by [using select TensorFlow ops](ops_select.md), at
|
ops can be included by [using select TensorFlow ops](ops_select.md), at the cost
|
||||||
the cost of binary size.
|
of binary size.
|
||||||
|
|
||||||
The best way to understand how to build a TensorFlow model that can be used with
|
The best way to understand how to build a TensorFlow model that can be used with
|
||||||
TensorFlow Lite is to carefully consider how operations are converted and
|
TensorFlow Lite is to carefully consider how operations are converted and
|
||||||
@ -511,20 +511,6 @@ Options {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**LEAKY_RELU**
|
|
||||||
|
|
||||||
```
|
|
||||||
Inputs {
|
|
||||||
0: a tensor
|
|
||||||
}
|
|
||||||
Outputs {
|
|
||||||
0: a tensor equivalent to max(input, input * alpha)
|
|
||||||
}
|
|
||||||
Options {
|
|
||||||
alpha
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
**LESS**
|
**LESS**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user