From 6f49529da23cb7613670a4485a2bee549e9f7236 Mon Sep 17 00:00:00 2001 From: Leighton Choi <954865397@qq.com> Date: Tue, 24 Nov 2020 17:00:23 +0800 Subject: [PATCH] Fix markdown format (#2347) --- docs/developer-guide/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/operators.md b/docs/developer-guide/operators.md index 1bc712122..de8b113be 100644 --- a/docs/developer-guide/operators.md +++ b/docs/developer-guide/operators.md @@ -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]`||