Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
ConnectionType.ixx File Reference

Definition of connection function types used by the Mila DNN library. More...

#include <string>
#include <stdexcept>

Namespaces

namespace  Mila
 Mila main API namespace.
namespace  Mila::Dnn

Enumerations

enum class  Mila::Dnn::ConnectionType { Mila::Dnn::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.

Detailed Description

Definition of connection function types used by the Mila DNN library.