MCPcopy Create free account
hub / github.com/tensorflow/tfjs / setSystemFetch

Function setSystemFetch

tfjs-core/src/platforms/platform_node.ts:33–35  ·  view source on GitHub ↗
(fetchFn: FetchFn)

Source from the content-addressed store, hash-verified

31 systemFetch = null;
32}
33export function setSystemFetch(fetchFn: FetchFn) {
34 systemFetch = fetchFn;
35}
36export function getSystemFetch(): FetchFn {
37 return systemFetch;
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…