update docs
This commit is contained in:
parent
70dcb9f533
commit
87e6c28404
11
README.md
11
README.md
|
@ -126,9 +126,6 @@ Netrans 支持主流框架见下表。
|
|||
### 支持的Caffe算子
|
||||
|
||||
```{table}
|
||||
:class: noheader
|
||||
| | | |
|
||||
|:---| -- | -- |
|
||||
absval | innerproduct | reorg
|
||||
axpy | lrn | roipooling
|
||||
batchnorm/bn | l2normalizescale | relu
|
||||
|
@ -182,9 +179,6 @@ tf.nn.embedding_lookup | tf.not_equal | tf.select
|
|||
### 支持的ONNX算子
|
||||
|
||||
```{table}
|
||||
:class: noheader
|
||||
| | | |
|
||||
|:---| -- | -- |
|
||||
ArgMin | LeakyRelu | ReverseSequence
|
||||
ArgMax | Less | ReduceMax
|
||||
Add | LSTM | ReduceMin
|
||||
|
@ -219,9 +213,6 @@ Log | ReduceMean | |
|
|||
### 支持的Darknet算子
|
||||
|
||||
```{table}
|
||||
:class: noheader
|
||||
| | | |
|
||||
|:---| -- | -- |
|
||||
avgpool | maxpool | softmax
|
||||
batch_normalize | mish | shortcut
|
||||
connected | region | scale_channels
|
||||
|
@ -366,8 +357,6 @@ input_meta:
|
|||
参数说明:
|
||||
|
||||
```{table}
|
||||
:widths: 20, 80
|
||||
:align: left
|
||||
| 参数 | 说明 |
|
||||
| :--- | ---
|
||||
| input_meta | 预处理参数配置申明。 |
|
||||
|
|
Loading…
Reference in New Issue