tesseract v5.3.3.20231005
tesseract::ReluPrime Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat y) const
 

Detailed Description

Definition at line 109 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 110 of file functions.h.

110 {
111 return 0 < y ? 1 : 0;
112 }
const double y

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