Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tensor method docstr #6800

Merged
merged 10 commits into from
Nov 19, 2021
6 changes: 1 addition & 5 deletions docs/source/tensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OneFlow Tensor Class
atan,
atan2,
atanh,
backward,
backward,
bmm,
cast,
ceil,
Expand Down Expand Up @@ -76,8 +76,6 @@ OneFlow Tensor Class
is_lazy,
is_leaf,
item,
kaiming_normal_,
kaiming_uniform_,
le,
log,
log1p,
Expand Down Expand Up @@ -161,6 +159,4 @@ OneFlow Tensor Class
var,
view,
where,
xavier_normal_,
xavier_uniform_,
zeros_,
Loading