Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ delete
Method
delete
tfjs-core/src/backends/backend.ts:69–72 ·
view source on GitHub ↗
(dataId: DataId)
Source
from the content-addressed store, hash-verified
67
}
68
69
delete(dataId: DataId): boolean {
70
this.dataIdsCount--;
71
return
this.data.delete(dataId);
72
}
73
74
numDataIds(): number {
75
return
this.dataIdsCount;
Callers
15
findTransitiveBazelDeps
Function · 0.80
deepMapInternal
Function · 0.80
deepZipInternal
Function · 0.80
get
Method · 0.80
put
Method · 0.80
setMaxEntries
Method · 0.80
disposeData
Method · 0.80
disposeData
Method · 0.80
submitQueue
Method · 0.80
generateCloudbuild
Function · 0.80
removeDataId
Method · 0.80
unregisterKernel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected