(x: Tensor, k: number)
| 328 | } |
| 329 | |
| 330 | topKIndices(x: Tensor, k: number): Tensor1D { |
| 331 | throw new Error('Method not implemented.'); |
| 332 | } |
| 333 | |
| 334 | int<T extends Tensor>(x: T): T { |
| 335 | throw new Error('Method not implemented.'); |
nothing calls this directly
no outgoing calls
no test coverage detected