MCPcopy Index your code
hub / github.com/tensorflow/tfjs / shouldCheckForMemLeaks

Method shouldCheckForMemLeaks

tfjs-core/src/engine.ts:557–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555 }
556
557 private shouldCheckForMemLeaks(): boolean {
558 return this.ENV.getBool('IS_TEST');
559 }
560
561 private checkKernelForMemLeak(
562 kernelName: string, numDataIdsBefore: number,

Callers 2

moveDataMethod · 0.95
runKernelFuncMethod · 0.95

Calls 1

getBoolMethod · 0.80

Tested by

no test coverage detected