Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ size
Method
size
tfjs-converter/src/executor/tensor_array.ts:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
size(): number {
67
return
this.tensors.length;
68
}
69
70
/**
71
* Read the value at location index in the TensorArray.
Callers
4
read
Method · 0.95
write
Method · 0.95
gather
Method · 0.95
concat
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected