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 theconcisionframework - model_
config model_config!is a procedural macro used to define the configuration for a model in theconcisionframework. It allows users to specify various parameters and settings for the model in a concise and structured manner, declaring a name for their instanc