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

Method values

source/python.js:21219–21224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21217 return this._layout;
21218 }
21219 get values() {
21220 if (this._layout === torch.sparse_coo) {
21221 return this._values;
21222 }
21223 throw new python.Error(`Unsupported values in layout'${this._layout.__str__()}'.`);
21224 }
21225 get indices() {
21226 if (this._layout === torch.sparse_coo) {
21227 return this._indices;

Callers 7

toStringMethod · 0.45
childrenMethod · 0.45
parametersMethod · 0.45
buffersMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
deserialize_nodeMethod · 0.45

Calls 1

__str__Method · 0.80

Tested by

no test coverage detected