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

Function randomUniform

tfjs-layers/src/exports_initializers.ts:49–51  ·  view source on GitHub ↗
(args: RandomUniformArgs)

Source from the content-addressed store, hash-verified

47 * @doc {heading: 'Initializers', namespace: 'initializers'}
48 */
49export function randomUniform(args: RandomUniformArgs): Initializer {
50 return new RandomUniform(args);
51}
52
53/**
54 * Initializer that generates random values initialized to a normal

Callers 15

applyMethod · 0.85
applyMethod · 0.85
variables_test.tsFile · 0.85
droppedInputsMethod · 0.85
callMethod · 0.85
callMethod · 0.85
testMaskedAttentionFunction · 0.85
testComputeOutputShapeFunction · 0.85
testHighDimAttentionFunction · 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…