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

Method getElementType

source/python.js:10878–10880  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10876 return new torch.OptionalType(elem);
10877 }
10878 getElementType() {
10879 return this._contained;
10880 }
10881 equals(rhs) {
10882 return this.kind() === rhs.kind() && this.getElementType().equals(rhs.getElementType());
10883 }

Callers 15

_argument_typeMethod · 0.80
__str__Method · 0.80
optimizeBlockMethod · 0.80
isSubtypeOfMethod · 0.80
constructorMethod · 0.80
equalsMethod · 0.80
strMethod · 0.80
hasFreeVariablesMethod · 0.80
createListUnpackMethod · 0.80
insertToListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected