dotnet / dotnet/machinelearning
Pass standard output / error message from native code up the stack to .NET instead of printing it
Aperta
area-Native
enhancement
Priority:2
- Lingua principale
- C#
- Stelle
- 9.4k
- Fork
- 2k
- Merge medio
- 2g 20h
- PR unite (30g)
- 11
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.