MCPcopy
hub / github.com/lutzroeder/netron / setSourceRange

Method setSourceRange

source/python.js:13016–13020  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

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;

Callers 5

insertStoreMethod · 0.80
constructorMethod · 0.80
callMethod · 0.80
createMethod · 0.80
emitApplySpecialFormMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected