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

Function customInclude

tfjs-backend-cpu/src/setup_test.ts:32–34  ·  view source on GitHub ↗
(testName: string)

Source from the content-addressed store, hash-verified

30
31const TEST_FILTERS: TestFilter[] = [];
32const customInclude = (testName: string) => {
33 return true;
34};
35setupTestFilters(TEST_FILTERS, customInclude);
36
37// 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…