()
| 2267 | _inherits(GRU, _RNN); |
| 2268 | |
| 2269 | function GRU() { |
| 2270 | _classCallCheck(this, GRU); |
| 2271 | |
| 2272 | return _possibleConstructorReturn(this, (GRU.__proto__ || Object.getPrototypeOf(GRU)).apply(this, arguments)); |
| 2273 | } |
| 2274 | |
| 2275 | _createClass(GRU, [{ |
| 2276 | key: 'getModel', |
nothing calls this directly
no test coverage detected