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 theconcision
framework - model_
config model_config!
is a procedural macro used to define the configuration for a model in theconcision
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