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

Method int

tfjs-node/src/nodejs_kernel_backend.ts:334–336  ·  view source on GitHub ↗
(x: T)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected