MCPcopy
hub / github.com/tensorflow/tfjs / describeBrowserEnvs

Function describeBrowserEnvs

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

Source from the content-addressed store, hash-verified

76}
77
78export function describeBrowserEnvs(testName: string, tests: () => void) {
79 describeWithFlags(testName, BROWSER_ENVS, () => {
80 tests();
81 });
82}
83
84export function describeNodeEnvs(testName: string, tests: () => void) {
85 describeWithFlags(testName, NODE_ENVS, () => {

Callers

nothing calls this directly

Calls 1

describeWithFlagsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…