MCPcopy 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_deserializeMethod · 0.80
constructorMethod · 0.80
_set_cdataMethod · 0.80
_set_from_fileMethod · 0.80
_new_with_fileMethod · 0.80
tolistMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected