tesseract 4.1.1
Loading...
Searching...
No Matches
tesseract::ReluPrime Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double y) const
 

Detailed Description

Definition at line 90 of file functions.h.

Member Function Documentation

◆ operator()()

double tesseract::ReluPrime::operator() ( double  y) const
inline

Definition at line 91 of file functions.h.

91{ return 0.0 < y ? 1.0 : 0.0; }

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