Onnxify 0.0.0.13
See the version list below for details.
dotnet add package Onnxify --version 0.0.0.13
NuGet\Install-Package Onnxify -Version 0.0.0.13
<PackageReference Include="Onnxify" Version="0.0.0.13" />
<PackageVersion Include="Onnxify" Version="0.0.0.13" />
<PackageReference Include="Onnxify" />
paket add Onnxify --version 0.0.0.13
#r "nuget: Onnxify, 0.0.0.13"
#:package Onnxify@0.0.0.13
#addin nuget:?package=Onnxify&version=0.0.0.13
#tool nuget:?package=Onnxify&version=0.0.0.13
Onnxify
Onnxify is the core library in this repository for loading, inspecting, creating, editing, and saving ONNX models from .NET.
Install
dotnet add package Onnxify
What It Provides
- Load existing
.onnxmodels from disk. - Inspect graphs, nodes, values, tensors, and attributes.
- Create new ONNX models directly in C#.
- Edit graph structure and save models back to
.onnx.
Status
This package is still early-stage and evolving, but the core model read/write and graph inspection flow is already in place.
Repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Google.Protobuf (>= 3.34.0)
-
net8.0
- Google.Protobuf (>= 3.34.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Onnxify:
| Package | Downloads |
|---|---|
|
Onnxify.ProjectGenerator
Code generation library that turns an existing ONNX model into a C# project or program that reconstructs the model through the Onnxify API. |
|
|
Onnxify.TorchSharp
TorchSharp-to-ONNX export layer for translating TorchSharp modules and model structure into explicit Onnxify graph operations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
## 0.0.0.1
- Initial release