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

Method isIntList

source/python.js:13379–13381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
13382 isDoubleList() {
13383 return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.FloatType;
13384 }

Callers 1

constructorMethod · 0.80

Calls 1

elementTypeMethod · 0.45

Tested by

no test coverage detected