Closed LaurentMazare closed 3 years ago
Similar to https://github.com/LaurentMazare/tch-rs/pull/378 this also changes the default naming scheme for the generated functions. Rather than numbered function, the overload_name is used, e.g. Tensor.squeeze1 is renamed to Tenosr.squeeze_dim.
overload_name
Tensor.squeeze1
Tenosr.squeeze_dim
Similar to https://github.com/LaurentMazare/tch-rs/pull/378 this also changes the default naming scheme for the generated functions. Rather than numbered function, the
overload_name
is used, e.g.Tensor.squeeze1
is renamed toTenosr.squeeze_dim
.