Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Function< NodeType::Softmax > Struct Reference

#include <functions.h>

Public Member Functions

template<typename T >
auto softmax (const ArrayBase< T > &t) const
 
template<typename T >
auto operator() (const ArrayBase< T > &t)
 

Detailed Description

Definition at line 413 of file functions.h.

Member Function Documentation

◆ operator()()

template<typename T >
auto Brush::Function< NodeType::Softmax >::operator() ( const ArrayBase< T > & t)
inline

Definition at line 423 of file functions.h.

Here is the call graph for this function:

◆ softmax()

template<typename T >
auto Brush::Function< NodeType::Softmax >::softmax ( const ArrayBase< T > & t) const
inline

Definition at line 416 of file functions.h.

Here is the call graph for this function:

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