tf_privacy.make_keras_optimizer_class

Returns a differentially private optimizer using the GaussianSumQuery.

For backwards compatibility, we create this symbol to match the previous output of make_keras_optimizer_class but using the new logic.

cls Class from which to derive a DP subclass. Should be a subclass of tf.keras.optimizers.Optimizer.