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

Function describeNodeEnvs

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

Source from the content-addressed store, hash-verified

82}
83
84export function describeNodeEnvs(testName: string, tests: () => void) {
85 describeWithFlags(testName, NODE_ENVS, () => {
86 tests();
87 });
88}
89
90/**
91 * Testing Utilities for browser audio stream.

Callers 1

readers_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…