()
| 10876 | return new torch.OptionalType(elem); |
| 10877 | } |
| 10878 | getElementType() { |
| 10879 | return this._contained; |
| 10880 | } |
| 10881 | equals(rhs) { |
| 10882 | return this.kind() === rhs.kind() && this.getElementType().equals(rhs.getElementType()); |
| 10883 | } |
no outgoing calls
no test coverage detected