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

Function describeWebGPU

tfjs-backend-webgpu/src/test_util.ts:21–23  ·  view source on GitHub ↗
(name: string, tests: (env: TestEnv) => void)

Source from the content-addressed store, hash-verified

19import {ALL_ENVS, describeWithFlags, TestEnv} from '@tensorflow/tfjs-core/dist/jasmine_util';
20
21export function describeWebGPU(name: string, tests: (env: TestEnv) => void) {
22 describeWithFlags('webgpu ' + name, ALL_ENVS, tests);
23}

Calls 1

describeWithFlagsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…