(slot)
| 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); |
no outgoing calls
no test coverage detected