Sqrt

class plaidml.op.Sqrt(x)[source]

Computes the elementwise square root of a value.

Methods

__init__(x) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()