Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
Dnn.ConnectionType Module Reference

Enumerations

enum class  Mila::Dnn::ConnectionType { Addition }
 Connection types supported by residual and skip-connection components. More...

Functions

std::string Mila::Dnn::connectionTypeToString (ConnectionType type)
 Converts a ConnectionType enum value to its string representation.
ConnectionType Mila::Dnn::stringToConnectionType (const std::string &name)
 Converts a string to its corresponding ConnectionType enum value.

Files

file  /__w/Mila/Mila/Mila/Src/Dnn/Components/Connections/ConnectionType.ixx
 Definition of connection function types used by the Mila DNN library.