MCPcopy Index your code
hub / github.com/tensorflow/tfjs / checkPoolMode

Function checkPoolMode

tfjs-layers/src/common.ts:35–37  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

33}
34
35export function checkPoolMode(value?: string): void {
36 checkStringTypeUnionValue(VALID_POOL_MODE_VALUES, 'PoolMode', value);
37}
38
39const _nameScopeStack: string[] = [];
40const _nameScopeDivider = '/';

Callers 3

common_test.tsFile · 0.90
pool2dFunction · 0.90
pool3dFunction · 0.90

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…