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

Method isBoolList

source/python.js:13376–13378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13374 return this.value;
13375 }
13376 isBoolList() {
13377 return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.BoolType;
13378 }
13379 isIntList() {
13380 return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.IntType;
13381 }

Callers 1

constructorMethod · 0.80

Calls 1

elementTypeMethod · 0.45

Tested by

no test coverage detected