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