glopesdev

Results 37 issues of glopesdev

Fixes #479 Also removed native binaries being packed with TensorFlowSharp. Not only do they make the package unreasonably large due to cross-product of native runtimes, but they also remove the...

Fixes #480 --- This change is [](https://reviewable.io/reviews/migueldeicaza/tensorflowsharp/482)

I believe it is not necessary to include System.ValueTuple as a dependency when targeting net471. Ideally this dependency would be included only for netstandard2.0 to prevent binding redirect conflicts (see...

This would be very useful when using tensorflow for GPU, or when deploying on different *NIX flavors. In these cases, it might be more useful to have separate wrapper and...

For consistency with the rest of the project structure, the project `OpenTK.OpenAL` and corresponding nuget package should be renamed to `OpenTK.Audio` or `OpenTK.Audio.OpenAL`.

5.x

Fixes #1209 ### Purpose of this PR Refactor the OpenAL projects to follow the naming convention of other OpenTK modules (OpenTK.Compute.OpenCL, OpenTK.Windowing.GraphicsLibraryFramework, etc). Affects Audio library and corresponding package name...

5.x

The recommended folder layout for redistributing native binaries which depend on msbuild props and targets file is to use the `build\native` folder: https://devblogs.microsoft.com/nuget/native-support/. The current ZeroMQ nuget package layout places...

This change is [](https://reviewable.io/reviews/gnebehay/cppmt/32)

This fixes a crash in **findConsensus** when _exactly one_ keypoint is available. --- This change is [](https://reviewable.io/reviews/gnebehay/cppmt/31)