MCPcopy
hub / github.com/lutzroeder/netron / resolveType

Method resolveType

source/python.js:13628–13630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13626 throw new python.Error('Not implemented.');
13627 }
13628 resolveType() {
13629 throw new python.Error('Not implemented.');
13630 }
13631 });
13632 this.registerFunction('torch._C.registerCustomClass', (class_type) => {
13633 torch._C.customClasses = torch._C.customClasses || new Map();

Callers 5

parseTypeFromExprMethod · 0.45
parseTypeFromExprImplMethod · 0.45
deserializeMethod · 0.45
convertObjectMethod · 0.45
getSugaredVarMethod · 0.45

Calls 1

findNamedTypeMethod · 0.80

Tested by

no test coverage detected