def test_srelu_share(): from keras.layers.advanced_activations import SReLU layer_test(SReLU, kwargs={'shared_axes': 1}, input_shape=(2, 3, 4))