Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhance] Do not use deprecated
.type().scalarType()
(#3195)
`at::Tensor::type()` method is deprecated and `tensor.scalar_type()` is a recommended way to replace `tensor.type().scalarType()` invocation
- Loading branch information