MCPcopy Index your code
hub / github.com/tensorflow/tfjs / setupGlobals

Function setupGlobals

tfjs-react-native/src/platform_react_native.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188function setupGlobals() {
189 global.Buffer = Buffer;
190}
191
192function registerWebGLBackend() {
193 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…