()
| 13380 | return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.IntType; |
| 13381 | } |
| 13382 | isDoubleList() { |
| 13383 | return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.FloatType; |
| 13384 | } |
| 13385 | isDevice() { |
| 13386 | return this.tag === 'Device'; |
| 13387 | } |
no test coverage detected