FunctiondownloadPackedMatrixFromBuffer(
gl: WebGLRenderingContext, buffer: WebGLBuffer, batch: number, rows: number,
cols: number, physicalR
tfjs-backend-webgl/src/gpgpu_util.ts:319
MethoddownloadPackedMatrixFromBuffer(
buffer: WebGLBuffer, batch: number, rows: number, columns: number,
physicalRows: number, physica
tfjs-backend-webgl/src/gpgpu_context.ts:260
FunctioneuclideanNorm_* Computes the Euclidean norm of scalar, vectors, and matrices. * * ```js * const x = tf.tensor1d([1, 2, 3, 4]); * * x.euclideanNorm().print();
tfjs-core/src/ops/euclidean_norm.ts:47