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

Method indices

source/python.js:21225–21230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
21228 }
21229 throw new python.Error(`Unsupported indices in layout'${this._indices.__str__()}'.`);
21230 }
21231 get is_quantized() {
21232 return this.__quantized__ === true;
21233 }

Callers

nothing calls this directly

Calls 1

__str__Method · 0.80

Tested by

no test coverage detected