提交 a16c1ffc authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix doc gen warning

上级 c0f027a9
...@@ -1221,7 +1221,7 @@ def dnn_conv3d(img, kerns, border_mode='valid', subsample=(1, 1, 1), ...@@ -1221,7 +1221,7 @@ def dnn_conv3d(img, kerns, border_mode='valid', subsample=(1, 1, 1),
:param algo: convolution implementation to use. Only 'none' is implemented :param algo: convolution implementation to use. Only 'none' is implemented
for the conv3d. Default is the value of for the conv3d. Default is the value of
:attr:`config.dnn.conv.algo_fwd`. :attr:`config.dnn.conv.algo_fwd`.
:param precision : dtype in which the computation of the convolution :param precision: dtype in which the computation of the convolution
should be done. Possible values are 'as_input_f32', 'as_input', should be done. Possible values are 'as_input_f32', 'as_input',
'float16', 'float32' and 'float64'. Default is the value of 'float16', 'float32' and 'float64'. Default is the value of
:attr:`config.dnn.conv.precision`. :attr:`config.dnn.conv.precision`.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论