14.3. Decrypt

Generic decryptor as computational graph node.

class fhez.nn.operations.decrypt.Decrypt

Generic decryptor of inputs.

backward(gradient)

Pass gradients back unmodified.

property cost

Return no depth/ cost/ 0 of decryption.

forward(x)

Decrypt cyphertext using numpy ufunc API.

update()

Do nothing as decryption has no deep-learning parameterisation.

updates()

Do nothing as decryption has no deep-learning parameterisation.