template class xf::data_analytics::regression::internal::linearLeastSquareGradientProcessorΒΆ

#include "gradient.hpp"
template <
    typename MType,
    int WAxi,
    int WData,
    int BurstLen,
    int D,
    int DDepth,
    RAMType RAMWeight,
    RAMType RAMIntercept,
    RAMType RAMAvgWeight,
    RAMType RAMAvgIntercept
    >
class linearLeastSquareGradientProcessor

// typedefs

typedef MType DataType

// fields

static const int axi_fifo_depth
static const int LatencyR
static const int InputW
static const int DFactor
static const int DepthFactor
static const int L1
static const int L2
static const int LatencyT
static const int x2_fifo_depth
tagTableRandomLoader <WAxi, WData, BurstLen, MType, MType> scanner
sl2 <MType, D, DDepth, 1, 1,&funcMul <MType>,&funcSum <MType>,&funcAssign <MType>, AdditionLatency <MType>::value, RAMWeight, RAMIntercept> dotMulProcessor
linearLeastSquareGradient <MType, D> sampleGradient
s_aggr <MType, D, DDepth,&funcSum <MType>, AdditionLatency <MType>::value, RAMAvgWeight> avgThetaGradientProcessor
s_aggr <MType, 1, 1,&funcSum <MType>, AdditionLatency <MType>::value, RAMAvgIntercept> avgInterceptGradientProcessor