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

Function getSystemFetch

tfjs-core/src/platforms/platform_node.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 systemFetch = fetchFn;
35}
36export function getSystemFetch(): FetchFn {
37 return systemFetch;
38}
39
40export class PlatformNode implements Platform {
41 private textEncoder: TextEncoder;

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…