sqrt#

Square root

Op matx::sqrt(Op t)#

Compute the square root of each value in a tensor.

Parameters:

t – Tensor or operator input

Examples#

(tov0 = sqrt(tiv0)).run(exec);