Spec-Zone.ru › PyTorch 1

torch.Tensor.expand_as

Tensor.expand_as(other) → Tensor

Расширить этот тензор до размера, равного other. self.expand_as(other) эквивалентно self.expand(other.size()).

Дополнительную информацию о expand см. в expand().

Параметры:

other (torch.Tensor) – Результирующий тензор имеет тот же размер, что и other.

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/1.13/generated/torch.Tensor.expand_as.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API