MCPcopy Index your code
hub / github.com/lutzroeder/netron / sourceRange

Method sourceRange

source/python.js:13021–13026  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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('[');

Callers 2

printMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected