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

Method timerAvailable

tfjs-core/src/backends/backend.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 return notYetImplemented('incRef');
106 }
107 timerAvailable(): boolean {
108 return true;
109 }
110 time(f: () => void): Promise<BackendTimingInfo> {
111 return notYetImplemented('time');
112 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected