(x: T)
| 332 | } |
| 333 | |
| 334 | int<T extends Tensor>(x: T): T { |
| 335 | throw new Error('Method not implemented.'); |
| 336 | } |
| 337 | |
| 338 | decodeJpeg( |
| 339 | contents: Uint8Array, channels: number, ratio: number, |
nothing calls this directly
no outgoing calls
no test coverage detected