()
| 2375 | _inherits(LSTMTimeStep, _RNNTimeStep); |
| 2376 | |
| 2377 | function LSTMTimeStep() { |
| 2378 | _classCallCheck(this, LSTMTimeStep); |
| 2379 | |
| 2380 | return _possibleConstructorReturn(this, (LSTMTimeStep.__proto__ || Object.getPrototypeOf(LSTMTimeStep)).apply(this, arguments)); |
| 2381 | } |
| 2382 | |
| 2383 | _createClass(LSTMTimeStep, [{ |
| 2384 | key: 'getModel', |
nothing calls this directly
no test coverage detected