()
| 10647 | return this._cu; |
| 10648 | } |
| 10649 | getValueType() { |
| 10650 | return this._value_type; |
| 10651 | } |
| 10652 | equals(rhs) { |
| 10653 | if (rhs instanceof torch.EnumType) { |
| 10654 | return this.name() && this.name() === rhs.name() && this.getValueType() === rhs.getValueType() && this.compilation_unit() === rhs.compilation_unit(); |
no outgoing calls
no test coverage detected