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

Function fromConfigUsesCustomObjects

tfjs-layers/src/initializers.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 */
35export abstract class Initializer extends serialization.Serializable {
36 public fromConfigUsesCustomObjects(): boolean {
37 return false;
38 }
39 /**
40 * Generate an initial value.
41 * @param shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…