Graphite
Loading...
Searching...
No Matches
graphite::HuberLoss< T, E > Class Template Referencefinal
Inheritance diagram for graphite::HuberLoss< T, E >:
Collaboration diagram for graphite::HuberLoss< T, E >:

Public Member Functions

__device__ __host__ HuberLoss (const HuberLoss &other)
 
__device__ __host__ HuberLoss (T delta)
 
__device__ __host__ T loss (const T &x) const override
 
__device__ __host__ T loss_derivative (const T &x) const override
 

Public Attributes

delta
 

Member Function Documentation

◆ loss()

template<typename T , int E>
__device__ __host__ T graphite::HuberLoss< T, E >::loss ( const T &  x) const
inlineoverridevirtual

◆ loss_derivative()

template<typename T , int E>
__device__ __host__ T graphite::HuberLoss< T, E >::loss_derivative ( const T &  x) const
inlineoverridevirtual

The documentation for this class was generated from the following file: