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

Function serializeRegularizer

tfjs-layers/src/regularizers.ts:119–122  ·  view source on GitHub ↗
(constraint: Regularizer)

Source from the content-addressed store, hash-verified

117 };
118
119export function serializeRegularizer(constraint: Regularizer):
120 serialization.ConfigDictValue {
121 return serializeKerasObject(constraint);
122}
123
124export function deserializeRegularizer(
125 config: serialization.ConfigDict,

Callers 15

getConfigFunction · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90
recurrent_test.tsFile · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90
getConfigMethod · 0.90

Calls 1

serializeKerasObjectFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…