Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
moveData
Method · 0.95
runKernelFunc
Method · 0.95
Calls
1
getBool
Method · 0.80
Tested by
no test coverage detected