(ivalue)
| 18952 | return null; |
| 18953 | } |
| 18954 | parseTensor(ivalue) { |
| 18955 | return this.parseTensorFromMetadata(ivalue.val); |
| 18956 | } |
| 18957 | parseTensorFromMetadata(metadata) { |
| 18958 | if (metadata.quantized_schema) { |
| 18959 | throw new torch.Error('Quantized schema not implemented.'); |
no test coverage detected