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

Function checkDistribution

tfjs-layers/src/initializers.ts:25–27  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

23}
24
25export function checkDistribution(value?: string): void {
26 checkStringTypeUnionValue(VALID_DISTRIBUTION_VALUES, 'Distribution', value);
27}
28
29/**
30 * Initializer base class.

Callers 2

constructorMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…