()
| 13019 | return this; |
| 13020 | } |
| 13021 | sourceRange() { |
| 13022 | if (this._source_range) { |
| 13023 | return this._source_range; |
| 13024 | } |
| 13025 | return new torch._C.SourceRange(); |
| 13026 | } |
| 13027 | print_attributes(out, ignore_subgraph) { |
| 13028 | ignore_subgraph = ignore_subgraph || false; |
| 13029 | out.write('['); |
no outgoing calls
no test coverage detected