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

#include <signatures.h>

Public Types

using unaryTuple = std::tuple< Signature<ArrayXXf(ArrayXXf)> >
 
using naryTuple = NarySignatures_t<ArrayXXf,ArrayXf,MAX_ARGS>
 
using type = decltype(std::tuple_cat(unaryTuple(), naryTuple()))
 

Detailed Description

Definition at line 408 of file signatures.h.

Member Typedef Documentation

◆ naryTuple

using Brush::Signatures< NodeType::Softmax >::naryTuple = NarySignatures_t<ArrayXXf,ArrayXf,MAX_ARGS>

Definition at line 411 of file signatures.h.

◆ type

using Brush::Signatures< NodeType::Softmax >::type = decltype(std::tuple_cat(unaryTuple(), naryTuple()))

Definition at line 413 of file signatures.h.

◆ unaryTuple

using Brush::Signatures< NodeType::Softmax >::unaryTuple = std::tuple< Signature<ArrayXXf(ArrayXXf)> >

Definition at line 410 of file signatures.h.


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