(i)
| 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); |
no test coverage detected