def test_global_max_pooling(self): model = Sequential() model.add(GlobalMaxPooling2D(input_shape=(16,16,3))) self._test_keras_model(model)