Crate concision_macros

Source
Expand description

§concision-macros

this crate defines various procedural macros for the concision crate working to streamline the process of creating and developing custom neural networks.

Macros§

model
the model!procedural macro is used to streamline the creation of custom models using the concision framework
model_config
model_config! is a procedural macro used to define the configuration for a model in the concision framework. It allows users to specify various parameters and settings for the model in a concise and structured manner, declaring a name for their instanc