Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ isDisposed
Method
isDisposed
tfjs-core/src/tensor.ts:455–457 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
453
454
protected isDisposedInternal = false;
455
get isDisposed(): boolean {
456
return
this.isDisposedInternal;
457
}
458
459
throwIfDisposed() {
460
if
(this.isDisposed) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected