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

Method has

source/python.js:7143–7145  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

7141 return null;
7142 }
7143 has(n) {
7144 return this.get(n) !== null;
7145 }
7146 });
7147 this.registerFunction('torch._C.isinstance', (stack, types) => {
7148 const ty = stack.pop().type();

Callers 15

__contains__Method · 0.45
__getitem__Method · 0.45
getMethod · 0.45
setdefaultMethod · 0.45
_parseExpressionMethod · 0.45
atoiMethod · 0.45
listMethod · 0.45
LoadModelFromStringMethod · 0.45
__setstate__Method · 0.45
constructorMethod · 0.45
__getattr__Method · 0.45
__delattr__Method · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected