Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ itemsize
Method
itemsize
source/python.js:3322–3324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3320
}
3321
}
3322
get itemsize() {
3323
return
this.dtype.itemsize;
3324
}
3325
get size() {
3326
return
(this.shape || []).reduce((a, b) => a * b, 1);
3327
}
Callers
9
LEGACY_deserialize
Method · 0.80
parseTensorFromMetadata
Method · 0.80
constructor
Method · 0.80
_set_cdata
Method · 0.80
_set_from_file
Method · 0.80
_new_with_file
Method · 0.80
tolist
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected