System.Numerics.Tensors
0.1.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.6 or higher.
Install-Package System.Numerics.Tensors -Version 0.1.0
dotnet add package System.Numerics.Tensors --version 0.1.0
<PackageReference Include="System.Numerics.Tensors" Version="0.1.0" />
paket add System.Numerics.Tensors --version 0.1.0
#r "nuget: System.Numerics.Tensors, 0.1.0"
// Install System.Numerics.Tensors as a Cake Addin
#addin nuget:?package=System.Numerics.Tensors&version=0.1.0
// Install System.Numerics.Tensors as a Cake Tool
#tool nuget:?package=System.Numerics.Tensors&version=0.1.0
Tensor class which represents and extends multi-dimensional arrays.
Commonly Used Types:
System.Numerics.Tensors.Tensor<T>
System.Numerics.Tensors.CompressedSparseTensor<T>
System.Numerics.Tensors.DenseTensor<T>
System.Numerics.Tensors.SparseTensor<T>
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.5
- System.Memory (>= 4.5.0)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Memory (>= 4.5.0)
-
.NETStandard 2.0
- System.Memory (>= 4.5.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- System.Memory (>= 4.5.0)
-
UAP 10.0.16300
- No dependencies.
-
Windows 8.0
- System.Memory (>= 4.5.0)
-
WindowsPhoneApp 8.1
- System.Memory (>= 4.5.0)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on System.Numerics.Tensors:
Package | Downloads |
---|---|
SiaNet.Engine
Dependency package for SiaNet and its backends. |
|
SiaNet
Developing a C# wrapper to help developer easily create and train deep neural network models. Easy to use library, just focus on research Multiple backend - ArrayFire (In Progress), TensorSharp (In Progress), CNTK (Not Started), TensorFlow (Not Started), MxNet (Not Started) CUDA/ OpenCL support for some of the backends Light weight libray, built with .NET standard 2.0 Code well structured, easy to extend if you would like to extend with new layer, loss, metrics, optimizers, constraints, regularizer |
|
AutoTensor
Automatic tensor conversion for .NET |
|
Aiinfra.OnnxRuntime.Gpu
This package contains ONNX Runtime for .Net platforms |
|
CensorCore
The core package for CensorCore, a flexible and modular framework for censoring NSFW images based on the NudeNet ML model. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on System.Numerics.Tensors:
Repository | Stars |
---|---|
allisterb/jemalloc.NET
A native memory manager for .NET
|