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

Method where

tfjs-node/src/nodejs_kernel_backend.ts:322–324  ·  view source on GitHub ↗
(condition: Tensor)

Source from the content-addressed store, hash-verified

320 }
321
322 where(condition: Tensor): Tensor2D {
323 return this.executeSingleOutput('Where', [], [condition]) as Tensor2D;
324 }
325
326 topKValues<T extends Tensor>(x: T, k: number): Tensor1D {
327 throw new Error('Method not implemented.');

Callers

nothing calls this directly

Calls 1

executeSingleOutputMethod · 0.95

Tested by

no test coverage detected