tesseract  5.0.0
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.0 < y ? 1.0 : 0.0;
112  }

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