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

Function removeBackend

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

Source from the content-addressed store, hash-verified

319 * @doc {heading: 'Backends'}
320 */
321export function removeBackend(name: string): void {
322 ENGINE.removeBackend(name);
323}
324
325/**
326 * Finds the backend registered under the provided name. Returns null if the

Callers 1

index_test.tsFile · 0.90

Calls 1

removeBackendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…