()
| 14572 | return new torch._C.RefinementSet(this._false_refinements, this._true_refinements); |
| 14573 | } |
| 14574 | activeRefinements() { |
| 14575 | return this._true_refinements; |
| 14576 | } |
| 14577 | }); |
| 14578 | this.registerFunction('torch._C.CondValue', class { |
| 14579 | constructor(...args) { |