()
| 13374 | return this.value; |
| 13375 | } |
| 13376 | isBoolList() { |
| 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 | } |
no test coverage detected