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

Method find_function

source/python.js:18095–18098  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

18093 return this.get_type(name);
18094 }
18095 find_function(name) {
18096 const key = name.qualifiedName();
18097 return this._functions.get(key);
18098 }
18099 });
18100 this.registerFunction('torch._C.ConvertToSSA', (graph) => {
18101 const ctrl = new torch._C.ControlFlowLoadStores();

Callers 2

findFunctionMethod · 0.80
defineMethod · 0.80

Calls 2

qualifiedNameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected