()
| 2440 | _inherits(LSTM, _RNN); |
| 2441 | |
| 2442 | function LSTM() { |
| 2443 | _classCallCheck(this, LSTM); |
| 2444 | |
| 2445 | return _possibleConstructorReturn(this, (LSTM.__proto__ || Object.getPrototypeOf(LSTM)).apply(this, arguments)); |
| 2446 | } |
| 2447 | |
| 2448 | _createClass(LSTM, [{ |
| 2449 | key: 'getModel', |
nothing calls this directly
no test coverage detected