Eric StJohn
Eric StJohn
I marked this as `"BuildRetry": true,` we really shouldn't be excusing these in CI because this means the build didn't run. We need folks to retry to ensure we aren't...
We need to make GenAPI preserve the field order for structs when LayoutKind = sequential. We should also have APICompat check for this.
> LayoutKind.Explicit probably also needs to be considered, I suspect this will happen automatically since the attributes will be preserved, but it's good to call this out.
@tannergooding no issue fixing manually for .NET 7. I suspect the GenAPI change for this isn't too difficult so it won't be much in the way of dead code. @ViktorHofer...
At the moment we don't have plans to add DirectML support through new bindings, but it's not something we've ruling out. cc @briacht @michaelgsharp > Microsoft has released TensorFlow with...
I was first referring to the DirectML build of Tensorflow, if that's a full featured cross-compile of TF it should work like other GPU cross-compiles: just provide those binaries to...
It looks like https://github.com/microsoft/tensorflow-directml/issues/135 might have a nice path forward. It looks to me like this could be something to try today using https://github.com/microsoft/tensorflow-directml/releases/tag/v1.15.4.dev201216, just replace the tensorflow binaries in...
@vishvanathan-k This repository isn't about providing support for DirectML. I was merely observing that DirectML should be callable from C# since it has a C API. You are better off...
@nkolev92 is this something you can help review? Please let us know if you'd like to see additional changes or validation here. Thank you 🙇♂️
The lack of a strong name version of this library created a problem for TensorFlow.NET. https://github.com/SciSharp/TensorFlow.NET/issues/1296 Please strong name this assembly.