MCPcopy
hub / github.com/BrainJS/brain.js / GRUTimeStep

Function GRUTimeStep

browser.js:2204–2208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected