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

Function shimFenceSync

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

Source from the content-addressed store, hash-verified

241 // TODO remove once fenceSync and clientWaitSync is implemented upstream.
242 //
243 const shimFenceSync = () => {
244 return {};
245 };
246 const shimClientWaitSync = () => glContext.CONDITION_SATISFIED;
247
248 // @ts-ignore

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…