def test_time_dist_dense(self): layer = core.TimeDistributedDense(10, input_shape=(None, 10)) self._runner(layer)