Method FillTruncate
member FillTruncate: Tensor<'T> -> unit
Fills this tensor with the element-wise truncation (rounding towards zero) of the argument.
Declaration
member FillTruncate: a:Tensor<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| Tensor<'T> | a | The tensor to apply this operation to. |