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

Function shimClientWaitSync

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

Source from the content-addressed store, hash-verified

244 return {};
245 };
246 const shimClientWaitSync = () => glContext.CONDITION_SATISFIED;
247
248 // @ts-ignore
249 glContext.getExtension = shimGetExt.bind(glContext);

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…