You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is not marked with TF_API, so the linker would fail on Windows when trying to use them. GetCommentary seems to do the same inline, so maybe we are meant to use that instead? But then, why is GetPrettyPrintString part of the public API documentation?
Hi @lpapp, that GetPrettyPrintString function is legacy code that should be removed in favor of GetCommentary. We'll fix that, along with adding TF_API to the other public functions in that class. Thanks for calling our attention to this!
Yes, that is what we ended up using after I saw that issue. It is great to get feedback on this as it seems we took the same decision. So, we are on the same page, thank you so much!
Description of Issue
Currently, it is not marked with TF_API, so the linker would fail on Windows when trying to use them. GetCommentary seems to do the same inline, so maybe we are meant to use that instead? But then, why is GetPrettyPrintString part of the public API documentation?
Steps to Reproduce
System Information (OS, Hardware)
Windows 10
Package Versions
22.05
The text was updated successfully, but these errors were encountered: