MCPcopy Create free account
hub / github.com/tensorflow/tfjs / getConfig

Method getConfig

tfjs-layers/src/layers/convolutional.ts:1437–1446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1435 }
1436
1437 override getConfig(): serialization.ConfigDict {
1438 const config = {
1439 size: this.size,
1440 dataFormat: this.dataFormat,
1441 interpolation: this.interpolation
1442 };
1443 const baseConfig = super.getConfig();
1444 Object.assign(config, baseConfig);
1445 return config;
1446 }
1447}
1448serialization.registerClass(UpSampling2D);

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected