Functionconv2d_* Computes a 2D convolution over the input x. * * @param x The input tensor, of rank 4 or rank 3, of shape * `[batch, height, width, inChannels
tfjs-core/src/ops/conv2d.ts:62
Functionconv3d_* Computes a 3D convolution over the input x. * * @param x The input tensor, of rank 5 or rank 4, of shape * `[batch, depth, height, width, cha
tfjs-core/src/ops/conv3d.ts:62