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

Method constructor

tfjs-core/src/profiler_test.ts:28–30  ·  view source on GitHub ↗
(
      private delayMs: number, private queryTimeMs: number,
      private extraInfo: string)

Source from the content-addressed store, hash-verified

26class TestBackendTimer implements BackendTimer {
27 private counter = 1;
28 constructor(
29 private delayMs: number, private queryTimeMs: number,
30 private extraInfo: string) {}
31
32 timerAvailable() {
33 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected