MCPcopy
hub / github.com/tensorflow/tfjs / unpackTensor

Method unpackTensor

tfjs-backend-webgl/src/backend_webgl.ts:807–810  ·  view source on GitHub ↗
(input: TensorInfo)

Source from the content-addressed store, hash-verified

805 }
806
807 unpackTensor(input: TensorInfo): TensorInfo {
808 const program = new UnpackProgram(input.shape);
809 return this.runWebGLProgram(program, [input], input.dtype);
810 }
811
812 packTensor(input: TensorInfo): TensorInfo {
813 const program = new PackProgram(input.shape);

Callers 3

runWebGLProgramMethod · 0.95
argMinMaxReduceFunction · 0.80
topKFunction · 0.80

Calls 1

runWebGLProgramMethod · 0.95

Tested by

no test coverage detected