MLask 1.0.0
A custom c++ deep learning library
Loading...
Searching...
No Matches
Namespaces | Concepts
ErrorFunction.hpp File Reference
#include "types.hpp"
#include <concepts>
#include <utility>
Include dependency graph for ErrorFunction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mlask
 

Concepts

concept  mlask::ErrorFunction
 Concept representing an error function that contains a functor inside it @detials a class that needs to have an operator () with two float_t args, and which returns float_t(error)