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

Configuration for the Linear (fully connected) layer. More...

#include <memory>
#include <stdexcept>
#include <cstdint>
#include <string>
#include <utility>
#include <sstream>
#include <ios>
import Serialization.Metadata;
import Dnn.ComponentConfig;
import Dnn.TensorTypes;
import Dnn.Component;

Classes

class  Mila::Dnn::LinearConfig
 Configuration object for a Linear (fully connected) layer. More...

Namespaces

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

Detailed Description

Configuration for the Linear (fully connected) layer.

Provides fluent setters, validation, and metadata serialization for Linear.