-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use deprecated
at::Tensor::type()
Summary: X-link: facebookexternal/vizard#5 X-link: fairinternal/egohowto#72 Replace `tensor.type().scalarType()` with `tensor.scalar_type()` (this be able to get rid of the cast function in pytorch/pytorch#139358 ) Remove extraneous braces around lambdas Reviewed By: huydhn, r-barnes Differential Revision: D65308547
- Loading branch information
1 parent
5b37512
commit 8e1fbe2
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters