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

Method is_buffer

source/python.js:10487–10489  ·  view source on GitHub ↗
(slot)

Source from the content-addressed store, hash-verified

10485 return this._attributes[slot].is_parameter === true;
10486 }
10487 is_buffer(slot) {
10488 return this._attributes[slot].is_buffer === true;
10489 }
10490 addMethod(method) {
10491 torch._C.TORCH_CHECK(this.findMethod(method.name()) === null);
10492 this._methods.push(method);

Callers 2

itemsMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected