MCPcopy Index your code
hub / github.com/lutzroeder/netron / dtype

Method dtype

source/python.js:5233–5235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5231 this.data = data;
5232 }
5233 get dtype() {
5234 return this.aval.dtype;
5235 }
5236 get shape() {
5237 return this.aval.shape;
5238 }

Callers

nothing calls this directly

Calls 1

storageMethod · 0.45

Tested by

no test coverage detected