MCPcopy Index your code
hub / github.com/BrainJS/brain.js / RNNTimeStep

Function RNNTimeStep

browser.js:3771–3775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected