()
| 13377 | return this.value instanceof torch._C.List && this.value.elementType() instanceof torch.BoolType; |
| 13378 | } |
| 13379 | isIntList() { |
| 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 | } |
no test coverage detected