()
| 13226 | return this.unique().toString(); |
| 13227 | } |
| 13228 | type() { |
| 13229 | return this._type; |
| 13230 | } |
| 13231 | setType(type) { |
| 13232 | // torch._C.AT_ASSERT(type instanceof torch.Type); |
| 13233 | if (type instanceof torch._C.DynamicType) { |
nothing calls this directly
no test coverage detected