(r)
| 13014 | return this._values.get(name)[1]; |
| 13015 | } |
| 13016 | setSourceRange(r) { |
| 13017 | torch._C.AT_ASSERT(r instanceof torch._C.SourceRange); |
| 13018 | this._source_range = r; |
| 13019 | return this; |
| 13020 | } |
| 13021 | sourceRange() { |
| 13022 | if (this._source_range) { |
| 13023 | return this._source_range; |
no outgoing calls
no test coverage detected