(iv)
| 14018 | this._text_table = text_table || []; |
| 14019 | } |
| 14020 | deserialize(iv) { |
| 14021 | torch._C.TORCH_INTERNAL_ASSERT(iv.length === 3); |
| 14022 | const [file, start, end] = iv; |
| 14023 | const source = this.deserialize_source(file); |
| 14024 | return new torch._C.SourceRange(source, start, end); |
| 14025 | } |
| 14026 | deserialize_source(iv) { |
| 14027 | const tup = iv; |
| 14028 | if (this.cached_sources.has(tup)) { |
no test coverage detected