(x: T, k: number)
| 324 | } |
| 325 | |
| 326 | topKValues<T extends Tensor>(x: T, k: number): Tensor1D { |
| 327 | throw new Error('Method not implemented.'); |
| 328 | } |
| 329 | |
| 330 | topKIndices(x: Tensor, k: number): Tensor1D { |
| 331 | throw new Error('Method not implemented.'); |
nothing calls this directly
no outgoing calls
no test coverage detected