MCPcopy Create free account
hub / github.com/tensorflow/tfjs / topKValues

Method topKValues

tfjs-node/src/nodejs_kernel_backend.ts:326–328  ·  view source on GitHub ↗
(x: T, k: number)

Source from the content-addressed store, hash-verified

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.');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected