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

Method getValueType

source/python.js:10649–10651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10647 return this._cu;
10648 }
10649 getValueType() {
10650 return this._value_type;
10651 }
10652 equals(rhs) {
10653 if (rhs instanceof torch.EnumType) {
10654 return this.name() && this.name() === rhs.name() && this.getValueType() === rhs.getValueType() && this.compilation_unit() === rhs.compilation_unit();

Callers 10

_argument_typeMethod · 0.80
optimizeBlockMethod · 0.80
equalsMethod · 0.80
hasFreeVariablesMethod · 0.80
strMethod · 0.80
__str__Method · 0.80
createEnumValueMethod · 0.80
constructorMethod · 0.80
emitDictLiteralMethod · 0.80
toTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected