mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
ReshapeTransform: added missing argument in docstring (#144401)
See https://github.com/pytorch/pytorch/pull/144197#discussion_r1907336339 Pull Request resolved: https://github.com/pytorch/pytorch/pull/144401 Approved by: https://github.com/janeyx99, https://github.com/malfet Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com> Co-authored-by: Jane (Yuan) Xu <31798555+janeyx99@users.noreply.github.com>
This commit is contained in:
committed by
PyTorch MergeBot
parent
fe8c5c7a2d
commit
983bf604e5
@ -480,6 +480,8 @@ class ReshapeTransform(Transform):
|
||||
Arguments:
|
||||
in_shape (torch.Size): The input event shape.
|
||||
out_shape (torch.Size): The output event shape.
|
||||
cache_size (int): Size of cache. If zero, no caching is done. If one,
|
||||
the latest single value is cached. Only 0 and 1 are supported. (Default 0.)
|
||||
"""
|
||||
|
||||
bijective = True
|
||||
|
Reference in New Issue
Block a user