Method FillConvert
member FillConvert: Tensor<'C> -> unit
Copies elements from a tensor of different data type into this tensor and converts their type.
Declaration
member FillConvert: a:Tensor<'C> -> unit
Parameters
Type | Name | Description |
---|---|---|
Tensor<'C> | a | The tensor to copy from. |
Type Parameters
Name | Description |
---|---|
'C | The data type to convert from. |