()
| 3769 | _inherits(RNNTimeStep, _RNN); |
| 3770 | |
| 3771 | function RNNTimeStep() { |
| 3772 | _classCallCheck(this, RNNTimeStep); |
| 3773 | |
| 3774 | return _possibleConstructorReturn(this, (RNNTimeStep.__proto__ || Object.getPrototypeOf(RNNTimeStep)).apply(this, arguments)); |
| 3775 | } |
| 3776 | |
| 3777 | _createClass(RNNTimeStep, [{ |
| 3778 | key: 'createInputMatrix', |
nothing calls this directly
no test coverage detected