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

Method getConfig

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

Source from the content-addressed store, hash-verified

611 }
612
613 override getConfig(): serialization.ConfigDict {
614 const config = {
615 dims: this.dims,
616 };
617 const baseConfig = super.getConfig();
618 Object.assign(config, baseConfig);
619 return config;
620 }
621}
622serialization.registerClass(Permute);
623

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected