/*
Appellation: nn <module>
Created At: 2025.11.28:14:59:44
Contrib: @FL03
*///! This module provides network specific implementations and traits supporting the development
//! of neural network models.
//!#[doc(inline)]pubuseself::{layer::*,traits::*};pubmodlayer;modtraits{#[doc(inline)]pubuseself::{context::*,layer::*,model::*,neural_network::*};modcontext;modlayer;modmodel;modneural_network;}pub(crate)modprelude{pubusesuper::layer::*;pubusesuper::traits::*;}#[cfg(test)]modtests{}