![]() |
VOOZH | about |
dotnet add package Shorokoo.CodeGen --version 0.0.1
NuGet\Install-Package Shorokoo.CodeGen -Version 0.0.1
<PackageReference Include="Shorokoo.CodeGen" Version="0.0.1" />
<PackageVersion Include="Shorokoo.CodeGen" Version="0.0.1" />Directory.Packages.props
<PackageReference Include="Shorokoo.CodeGen" />Project file
paket add Shorokoo.CodeGen --version 0.0.1
#r "nuget: Shorokoo.CodeGen, 0.0.1"
#:package Shorokoo.CodeGen@0.0.1
#addin nuget:?package=Shorokoo.CodeGen&version=0.0.1Install as a Cake Addin
#tool nuget:?package=Shorokoo.CodeGen&version=0.0.1Install as a Cake Tool
C# source generator for Shorokoo.
Turns [Module]-annotated partial classes into strongly typed Module/Model
wrappers — generated Model() / Call() factory methods, cached computation
graphs, and typed hyperparameter sets for optimizers.
dotnet add package Shorokoo.CodeGen
This is a development-time dependency (a Roslyn analyzer); it adds nothing to
your runtime output. Shorokoo is usable without it, but [Module] classes are
the recommended way to define models.
Documentation: https://github.com/Shorokoo/Shorokoo
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Showing the top 1 NuGet packages that depend on Shorokoo.CodeGen:
| Package | Downloads |
|---|---|
|
Shorokoo
Define, train, and run neural networks in pure C#. Meta-package that brings the Shorokoo runtime (Shorokoo.Core), ready-made layers (Shorokoo.Modules), and the [Module] source generator (Shorokoo.CodeGen). Add exactly one backend: Shorokoo.LinuxCPU, Shorokoo.LinuxGPU, Shorokoo.WinCPU, or Shorokoo.WinGPU. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 54 | 6/25/2026 |
| 0.0.1-preview | 53 | 6/25/2026 |