Skip to content
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

Model file export #4305

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2024

  1. use stream when exporting models

    std::ostream allows the model string to be exported into a string stream.
    thus, export functions may be used when writing models to files.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    978b796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f29fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e392e2 View commit details
    Browse the repository at this point in the history
  4. Revert "use stream when exporting models"

    This reverts commit 978b796.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5c885c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2debce View commit details
    Browse the repository at this point in the history
  6. Revert "expose file export functions to csharp"

    This reverts commit 8e392e2.
    omer-candan committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a5009ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c907064 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b8aa84 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8f3e844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b325e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3217355 View commit details
    Browse the repository at this point in the history