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