(self, x_shape)
| 144 | return np.repeat(delta[:, np.newaxis, :], 2, 1) |
| 145 | |
| 146 | def shape(self, x_shape): |
| 147 | return x_shape[0], x_shape[2] |
| 148 | |
| 149 | |
| 150 | class TimeDistributedDense(Layer): |
nothing calls this directly
no outgoing calls
no test coverage detected