MCPcopy
hub / github.com/tensorflow/tfjs / getConfig

Method getConfig

tfjs-layers/src/layers/core.ts:442–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 }
441
442 override getConfig(): serialization.ConfigDict {
443 const config = {
444 n: this.n,
445 };
446 const baseConfig = super.getConfig();
447 Object.assign(config, baseConfig);
448 return config;
449 }
450}
451serialization.registerClass(RepeatVector);
452

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected