Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Signatures< N, enable_if_t< is_in_v< N, NodeType::Add, NodeType::Sub, NodeType::Mul, NodeType::Div, NodeType::Pow > > > Struct Template Reference

#include <signatures.h>

Public Types

using type
 

Detailed Description

template<NodeType N>
struct Brush::Signatures< N, enable_if_t< is_in_v< N, NodeType::Add, NodeType::Sub, NodeType::Mul, NodeType::Div, NodeType::Pow > > >

Definition at line 212 of file signatures.h.

Member Typedef Documentation

◆ type

Initial value:
std::tuple<
Signature<ArrayXf(ArrayXf,ArrayXf)>,
Signature<ArrayXXf(ArrayXXf,ArrayXXf)>
>

Definition at line 219 of file signatures.h.


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