Method FillFrom
member FillFrom: Tensor<'T> -> unit
Fills this tensor with a copy of the specified tensor.
Declaration
member FillFrom: src:Tensor<'T> -> unit
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | src | The tensor to copy from. |
Remarks
The source tensor is broadcasted to the size of this tensor.
The source tensor must be stored on the same device as this tensor.