dotnet / dotnet/machinelearning

Pass standard output / error message from native code up the stack to .NET instead of printing it

Open
#409 1 comment 0 reactions 1 assignee Claimed by @abgoswam View on GitHub
area-Native enhancement Priority:2
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

In LdaNative code, for example, we have a lot of printf(...) & std::cout statements that output to console / standard output. Better design is to pass the output up the stack to calling code in .NET and allow it to decide how and where to output it.
Besides LdaNative we need to scan all native code for this issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.