Method Expand
Expand(Tensor, Tensor)
Calculates an output tensor by broadcasting the input tensor into a given shape.
Declaration
void Expand(Tensor X, Tensor O)
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor | X | The input tensor. |
| Tensor | O | The output tensor to be computed and filled. |