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

Method kindOf

source/python.js:13013–13015  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

13011 return Array.from(this._values.keys());
13012 }
13013 kindOf(name) {
13014 return this._values.get(name)[1];
13015 }
13016 setSourceRange(r) {
13017 torch._C.AT_ASSERT(r instanceof torch._C.SourceRange);
13018 this._source_range = r;

Callers 6

constant_valueMethod · 0.80
create_nodeMethod · 0.80
constructorMethod · 0.80
printAttrValueMethod · 0.80
constructorMethod · 0.80
getAttributeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected