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

Method getConfig

tfjs-layers/src/layers/padding.ts:227–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 override getConfig(): serialization.ConfigDict {
228 const config: serialization.ConfigDict = {
229 padding: this.padding,
230 dataFormat: this.dataFormat,
231 };
232 const baseConfig = super.getConfig();
233 Object.assign(config, baseConfig);
234 return config;
235 }
236}
237serialization.registerClass(ZeroPadding2D);

Callers

nothing calls this directly

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected