NeuralNetPlain#

class NeuralNetPlain#

A plaintext neural network that supports inference, consists of various plaintext layers.

get_neural_net_config(self: pyhelayers.NeuralNetPlain) pyhelayers.NeuralNetConfig#

Returns non-const reference of the NN context used by the NN.