BatchNormOperator

public class BatchNormOperator: ComputableOperator

Batch normalization operator.

Normalize on input tensors by each tensor’s mean and variance.

All input tensors should have same dimentsion.

output tensors should have same channel order as input

Currently, only support 2D tensor with channel information.