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

Method getKeyType

source/python.js:11308–11310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11306 return torch.DictType.create(contained_types[0], contained_types[1]);
11307 }
11308 getKeyType() {
11309 return this.types[0];
11310 }
11311 getValueType() {
11312 return this.types[1];
11313 }

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected