MCPcopy Create free account
hub / github.com/tensorflow/tfjs / customInclude

Function customInclude

tfjs-backend-webgpu/src/setup_test.ts:190–196  ·  view source on GitHub ↗
(testName: string)

Source from the content-addressed store, hash-verified

188];
189
190const customInclude = (testName: string) => {
191 // Include webgpu specific tests.
192 if (testName.startsWith('webgpu')) {
193 return true;
194 }
195 return false;
196};
197setupTestFilters(TEST_FILTERS, customInclude);
198
199// Allow flags to override test envs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…