-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Onnx and TensorFlow projects to console project #1099
Add Onnx and TensorFlow projects to console project #1099
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Ivanidzo4ka |
<ProjectReference Include="..\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj" /> | ||
|
||
<NativeAssemblyReference Include="FastTreeNative" /> | ||
<NativeAssemblyReference Include="CpuMathNative" /> | ||
<NativeAssemblyReference Include="FactorizationMachineNative" /> | ||
<NativeAssemblyReference Include="LdaNative" /> | ||
<NativeAssemblyReference Include="SymSgdNative" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SymSgdNative [](start = 38, length = 12)
Do we also need to add the native TF and Onnx assemblies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have proper references to Nuget in your project - NO. These native references for files we build in our solution, and I don't think we build anything for ONNX ans TensorFlow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I wonder if there's an easy method of adding a test which checks all interfaces/APIs to see that all components are available in each? It would be nice to automate this process so missing components don't occur in the future.
fixes #1081