提交 797527d2 authored 作者: João Victor Risso's avatar João Victor Risso

Extend docstring of GpuDnnTransformerGrid to include out_dims

上级 f835c454
......@@ -2762,6 +2762,11 @@ class GpuDnnTransformerGrid(DnnBase):
Affine transformation tensor containing one affine transformation
matrix per image. ``theta`` is usually generated by the localization
network.
out_dims : tuple
Dimensions of the transformed inputs, containing four elements, and is given
by (N, C, H, W), where N is the number of inputs, C the number of channels,
H and W are the height and width of each input.
"""
context_name = infer_context_name(theta)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论