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

Function GRU

browser.js:2269–2273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected