()
| 2202 | _inherits(GRUTimeStep, _RNNTimeStep); |
| 2203 | |
| 2204 | function GRUTimeStep() { |
| 2205 | _classCallCheck(this, GRUTimeStep); |
| 2206 | |
| 2207 | return _possibleConstructorReturn(this, (GRUTimeStep.__proto__ || Object.getPrototypeOf(GRUTimeStep)).apply(this, arguments)); |
| 2208 | } |
| 2209 | |
| 2210 | _createClass(GRUTimeStep, [{ |
| 2211 | key: 'getModel', |
nothing calls this directly
no test coverage detected