import { BatchNorm2D } from "https://deno.land/x/netsaur@0.2.7/src/core/api/layers.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
config: BatchNorm2DLayerConfig