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

TensorTypeExtensions: Added conversion between Tensor to primitive C# types instead of throwing NotSupportedException #4290

Closed
wants to merge 7 commits into from

Commits on Oct 3, 2019

  1. Added conversion between Tensor to native C# types instead of throwin…

    …g NotSupportedException
    
    - Fixed proper reading of TF_STRING
    - Added overloads that support TF_STRING
    Nucs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    7934428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f067269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    effdc8a View commit details
    Browse the repository at this point in the history
  4. Fixed casing, whoops.

    Nucs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    1631962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b38752 View commit details
    Browse the repository at this point in the history
  6. Discarded use of Parallel.For

    Nucs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    14362ea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Potential corruption fix and faster scalar string read.

    - CopyTo<T>: Added `fixed` on destination to prevent GC from moving.
    - Fixed wrong argument passing to Converts.ChangeType<T>
    - Reformat
    Nucs committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    1e979f1 View commit details
    Browse the repository at this point in the history