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

Function checkInterpolationFormat

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

Source from the content-addressed store, hash-verified

24}
25
26export function checkInterpolationFormat(value?: string): void {
27 checkStringTypeUnionValue(
28 VALID_INTERPOLATION_FORMAT_VALUES, 'InterpolationFormat', value);
29}
30
31export function checkPaddingMode(value?: string): void {
32 checkStringTypeUnionValue(VALID_PADDING_MODE_VALUES, 'PaddingMode', value);

Callers 2

common_test.tsFile · 0.90
constructorMethod · 0.90

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…