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

Method parseTensor

source/python.js:18954–18956  ·  view source on GitHub ↗
(ivalue)

Source from the content-addressed store, hash-verified

18952 return null;
18953 }
18954 parseTensor(ivalue) {
18955 return this.parseTensorFromMetadata(ivalue.val);
18956 }
18957 parseTensorFromMetadata(metadata) {
18958 if (metadata.quantized_schema) {
18959 throw new torch.Error('Quantized schema not implemented.');

Callers 1

constructorMethod · 0.80

Calls 1

Tested by

no test coverage detected