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

Function backend

tfjs-core/src/globals.ts:372–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370 * @doc {heading: 'Backends'}
371 */
372export function backend(): KernelBackend {
373 return ENGINE.backend;
374}
375
376/**
377 * Sets the global platform.

Callers 13

epsilonFunction · 0.90
decodeWeightsStreamFunction · 0.90
reverse_test.tsFile · 0.85
round_test.tsFile · 0.85
abs_test.tsFile · 0.85
square_test.tsFile · 0.85
exp_test.tsFile · 0.85
leaky_relu_test.tsFile · 0.85
where_test.tsFile · 0.85
relu_test.tsFile · 0.85
neg_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…