Given a list of values (possibly containing numbers), returns a list where each value is broadcasted based on the following rules:
Raises value_error: if any of the values is not a numeric
instance,
a torch.*Tensor
instance, or an instance implementing torch_function
TODO: add has_torch_function((v,))
See: https://github.com/pytorch/pytorch/blob/master/torch/distributions/utils.py
broadcast_all(values)
values |
List of:
|
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.