FunctionlocalResponseNormalizationBackprop_(
x: T, y: T, dy: T, depthRadius = 5, bias = 1, alpha = 1, beta = 0.5)
tfjs-core/src/ops/local_response_normalization_backprop.ts:26
FunctionmaxPool3dGrad_* Computes the backprop of a 3d max pool. * * @param dy The dy error, of rank 5 of shape * [batchSize, depth, height, width, channels]. * assu
tfjs-core/src/ops/max_pool_3d_grad.ts:53
FunctionmaxPool3d_* Computes the 3D max pooling. * * ```js * const x = tf.tensor5d([1, 2, 3, 4, 5, 6, 7, 8], [1, 2, 2, 2, 1]); * const result = tf.maxPool3d(x, 2, 1
tfjs-core/src/ops/max_pool_3d.ts:66