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

Method buffers

source/python.js:6094–6096  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6092 return this._parameters;
6093 }
6094 buffers() {
6095 return this._buffers.values();
6096 }
6097 named_buffers(recurse) {
6098 if (recurse) {
6099 throw new python.Error('Named parameters with recurse not implemented.');

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected