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

Function truncatedNormal

tfjs-layers/src/exports_initializers.ts:73–75  ·  view source on GitHub ↗
(args: TruncatedNormalArgs)

Source from the content-addressed store, hash-verified

71 * @doc {heading: 'Initializers', namespace: 'initializers'}
72 */
73export function truncatedNormal(args: TruncatedNormalArgs): Initializer {
74 return new TruncatedNormal(args);
75}
76
77/**
78 * Initializer that generates the identity matrix.

Callers 2

applyMethod · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…