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

Function findBackend

tfjs-core/src/globals.ts:329–331  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

327 * name is not in the registry, or the registration hasn't finished yet.
328 */
329export function findBackend(name: string): KernelBackend {
330 return ENGINE.findBackend(name);
331}
332
333/**
334 * Finds the backend factory registered under the provided name. Returns a

Callers

nothing calls this directly

Calls 1

findBackendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…