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

Function serializeInitializer

tfjs-layers/src/initializers.ts:631–634  ·  view source on GitHub ↗
(initializer: Initializer)

Source from the content-addressed store, hash-verified

629}
630
631export function serializeInitializer(initializer: Initializer):
632 serialization.ConfigDictValue {
633 return serializeKerasObject(initializer);
634}
635
636export function getInitializer(identifier: InitializerIdentifier|Initializer|
637 serialization.ConfigDict): Initializer {

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…