|
Graphite
|


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 | |
| T | delta |
|
inlineoverridevirtual |
Implements graphite::Loss< T, E >.
|
inlineoverridevirtual |
Implements graphite::Loss< T, E >.