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

Function describeMathGPU

tfjs-layers/src/utils/test_utils.ts:127–132  ·  view source on GitHub ↗
(testName: string, tests: () => void)

Source from the content-addressed store, hash-verified

125 * @param tests
126 */
127export function describeMathGPU(testName: string, tests: () => void) {
128 describeWithFlags(
129 testName, {predicate: testEnv => testEnv.backendName === 'webgl'}, () => {
130 tests();
131 });
132}
133
134/**
135 * Describe tests to be run on WebGL2 GPU only.

Callers 2

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