Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ size
Method
size
source/python.js:3325–3327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3323
return
this.dtype.itemsize;
3324
}
3325
get size() {
3326
return
(this.shape || []).reduce((a, b) => a * b, 1);
3327
}
3328
get strides() {
3329
if
(!this._strides) {
3330
const
shape = this.shape;
Callers
7
constructor
Method · 0.45
findSourceRangeThatGenerated
Method · 0.45
transformLoop
Method · 0.45
transformIf
Method · 0.45
_set_cdata
Method · 0.45
_set_from_file
Method · 0.45
__float__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected