pymoose.sqrt#

pymoose.sqrt(x, placement=None)[source]#

Compute the square-root of a value \(\sqrt{x}\).

If the input is a tensor, the operation is performed elementwise.

Parameters
  • x – A value.

  • placement – An optional Placement to pin this operation to.

Returns

The square-root of the input.