PytorchBackend.power# PytorchBackend.power(*args, **kwargs)[source]# Compute the n-th power of an array. Parameters: arrBackendArrayInput data. powerBackendArrayPower to raise arr to. arrBackendArrayOutput array to write the result to. Returns a new array by default. Returns: BackendArrayN-th power of arr.