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

Method containedType

source/python.js:10412–10414  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

10410 return [];
10411 }
10412 containedType(i) {
10413 return this.containedTypes()[i];
10414 }
10415 withContained(contained_types) {
10416 const current_contained = this.containedTypes();
10417 torch._C.TORCH_INTERNAL_ASSERT(current_contained.length > 0 && current_contained.length === contained_types.length);

Callers 1

parseDefaultValueMethod · 0.80

Calls 1

containedTypesMethod · 0.80

Tested by

no test coverage detected