import { BatchNorm2DLayer } from "https://deno.land/x/netsaur@0.4.2/packages/core/mod.ts";
Creates a BatchNorm2D layer. BatchNorm2D layers normalize the input. They are usually used to improve the speed, performance, and stability of neural networks. See https://en.wikipedia.org/wiki/Batch_normalization
Parameters
optional
config: BatchNormLayerConfig = [UNSUPPORTED]