Class FunctionBatchNorm_F64

java.lang.Object
deepboof.impl.forward.standard.BaseFunction<Tensor_F64>
deepboof.impl.forward.standard.FunctionBatchNorm_F64
All Implemented Interfaces:
BatchNorm, FunctionBatchNorm<Tensor_F64>, Function<Tensor_F64>
Direct Known Subclasses:
SpatialBatchNorm_F64

public class FunctionBatchNorm_F64
extends BaseFunction<Tensor_F64>
implements FunctionBatchNorm<Tensor_F64>
Implementation of FunctionBatchNorm for Tensor_F64.