Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ id
Method
id
tfjs-converter/src/executor/tensor_array.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
get id() {
45
return
this.idTensor.id;
46
}
47
48
get closed() {
49
return
this.closed_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected