Class FunctionBatchNorm_F32

java.lang.Object
deepboof.impl.forward.standard.BaseFunction<Tensor_F32>
deepboof.impl.forward.standard.FunctionBatchNorm_F32
All Implemented Interfaces:
BatchNorm, FunctionBatchNorm<Tensor_F32>, Function<Tensor_F32>
Direct Known Subclasses:
SpatialBatchNorm_F32

public class FunctionBatchNorm_F32
extends BaseFunction<Tensor_F32>
implements FunctionBatchNorm<Tensor_F32>
Implementation of FunctionBatchNorm for Tensor_F32.