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

Function describeMathCPUAndGPU

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

Source from the content-addressed store, hash-verified

86 * @param tests
87 */
88export function describeMathCPUAndGPU(testName: string, tests: () => void) {
89 describeWithFlags(testName, ALL_ENVS, () => {
90 tests();
91 });
92}
93
94/**
95 * Describe tests to be run on CPU and GPU WebGL2.

Callers 15

models_test.tsFile · 0.90
model_save_test.tsFile · 0.90
losses_test.tsFile · 0.90
callbacks_test.tsFile · 0.90
metrics_test.tsFile · 0.90
variables_test.tsFile · 0.90
topology_test.tsFile · 0.90
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…