Browse Source

Fix markdown format (#2347)

tags/20201208
Leighton Choi GitHub 5 years ago
parent
commit
6f49529da2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/developer-guide/operators.md

+ 1
- 1
docs/developer-guide/operators.md View File

@@ -147,7 +147,7 @@ Apply a single-layer LSTM to a feature sequence of `T` timesteps. The input blob
|2|direction|int|0|0=forward, 1=reverse, 2=bidirectional|

|weight|type|shape|description|
|--|--|--|--|--|--|
|--|--|--|--|
|weight_xc_data|float|`[w=input_size, h=num_output * 4, c=num_directions]`||
|bias_c_data|float|`[w=num_output, h=4, c=num_directions]`||
|weight_hc_data|float|`[w=num_output, h=num_output * 4, c=num_directions]`||


Loading…
Cancel
Save