libdl  0.0.1
Simple yet powerful deep learning
Loading...
Searching...
No Matches
dl::detail::_ModelSignature< T > Struct Template Reference

Infers the model signature from the provided model type. More...

#include <trainer.hpp>

Public Types

using type = T::signature
 

Detailed Description

template<typename T>
struct dl::detail::_ModelSignature< T >

Infers the model signature from the provided model type.

Template Parameters
Tthe model type for which to infer the model signature.

Definition at line 173 of file trainer.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using dl::detail::_ModelSignature< T >::type = T::signature

Definition at line 174 of file trainer.hpp.


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