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

Method definedVariables

source/python.js:14541–14543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14539 return this.getSugaredVar(ident, range).asValue(range, this.method);
14540 }
14541 definedVariables() {
14542 return Array.from(this.type_table.keys());
14543 }
14544 });
14545 this.registerType('torch._C.Refinement', class {
14546 constructor(identifier, type) {

Callers 3

emitIfElseBlocksMethod · 0.80
addIfLoadStoresMethod · 0.80
addLoopLoadStoresMethod · 0.80

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected