Method Cast
Cast(Tensor, Tensor)
Computes the output tensor using an element-wise Cast function: f(x) = (float)x or f(x) = (int)x depending on the value of toType.
Declaration
void Cast(Tensor X, Tensor O)
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor | X | The input tensor. |
| Tensor | O | The output tensor to be computed and filled. |