(i, ivalue)
| 18935 | return m; |
| 18936 | } |
| 18937 | parseAndPopulate(i, ivalue) { |
| 18938 | if (ivalue.val instanceof torch.mobile.serialization.Function) { |
| 18939 | this._all_functions.set(i, this.parseFunction(ivalue.val)); |
| 18940 | } else { |
| 18941 | this._all_ivalues[i] = this.parseIValue(ivalue); |
| 18942 | } |
| 18943 | } |
| 18944 | parseFunction(/* val */) { |
| 18945 | return null; |
| 18946 | } |
no test coverage detected