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

Method getConfig

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

Source from the content-addressed store, hash-verified

648 }
649
650 override getConfig() {
651 const baseConfig = super.getConfig();
652 const config = {maskValue: this.maskValue};
653 Object.assign(config, baseConfig);
654 return config;
655 }
656
657 override computeMask(inputs: Tensor|Tensor[], mask?: Tensor|Tensor[]):
658 Tensor {

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected