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

Function describeAllEnvs

tfjs-data/src/util/test_utils.ts:72–76  ·  view source on GitHub ↗
(testName: string, tests: () => void)

Source from the content-addressed store, hash-verified

70};
71
72export function describeAllEnvs(testName: string, tests: () => void) {
73 describeWithFlags(testName, ALL_ENVS, () => {
74 tests();
75 });
76}
77
78export function describeBrowserEnvs(testName: string, tests: () => void) {
79 describeWithFlags(testName, BROWSER_ENVS, () => {

Callers 3

readers_test.tsFile · 0.90
dataset_test.tsFile · 0.90
statistics_test.tsFile · 0.90

Calls 1

describeWithFlagsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…