From 77b5910b0d1b5fd00201a956a34910f03c6ecaed Mon Sep 17 00:00:00 2001 From: lyvette Date: Fri, 28 Aug 2020 17:20:17 +0800 Subject: [PATCH] delete tflite & onnx prelu --- lite/docs/source_en/operator_list.md | 2 +- lite/docs/source_zh_cn/operator_list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/docs/source_en/operator_list.md b/lite/docs/source_en/operator_list.md index 5115a600..ec173680 100644 --- a/lite/docs/source_en/operator_list.md +++ b/lite/docs/source_en/operator_list.md @@ -61,7 +61,7 @@ | OneHot | | √ | | | | | OneHot | | | | Pad | | √ | √ | √ | | | Pad | | Pad | | Pow | | √ | √ | √ | | | Pow | Power | Power | -| PReLU | | √ | | | | √ | Prelu | PReLU | PRelu | +| PReLU | | √ | | | | √ | | PReLU | | | Range | | √ | | | | | Range | | | | Rank | | √ | | | | | Rank | | | | ReduceMax | √ | √ | √ | √ | | | ReduceMax | | ReduceMax | diff --git a/lite/docs/source_zh_cn/operator_list.md b/lite/docs/source_zh_cn/operator_list.md index a4c19937..8f8d9705 100644 --- a/lite/docs/source_zh_cn/operator_list.md +++ b/lite/docs/source_zh_cn/operator_list.md @@ -61,7 +61,7 @@ | OneHot | | √ | | | | | OneHot | | | | Pad | | √ | √ | √ | | | Pad | | Pad | | Pow | | √ | √ | √ | | | Pow | Power | Power | -| PReLU | | √ | | | | √ | Prelu | PReLU | PRelu | +| PReLU | | √ | | | | √ | | PReLU | | | Range | | √ | | | | | Range | | | | Rank | | √ | | | | | Rank | | | | ReduceMax | √ | √ | √ | √ | | | ReduceMax | | ReduceMax | -- GitLab