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

Method time

tfjs-core/src/backends/backend.ts:110–112  ·  view source on GitHub ↗
(f: () => void)

Source from the content-addressed store, hash-verified

108 return true;
109 }
110 time(f: () => void): Promise<BackendTimingInfo> {
111 return notYetImplemented('time');
112 }
113 read(dataId: object): Promise<BackendValues> {
114 return notYetImplemented('read');
115 }

Callers

nothing calls this directly

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected