Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nubificus/vaccel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bc576c859ddb01d960843ba8fc7a3854733b2d2
Choose a base ref
...
head repository: nubificus/vaccel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd65060b1964d21ae355b5d79c7ff3bd812e192b
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 8, 2021

  1. tf: rename functions to reflect the actual calls

    Names of the functions for loading a session from a SavedModel and
    running a session were confusing and did not reflect the usage of
    the 2.0 API and saved models.
    
    Signed-off-by: Babis Chalios <[email protected]>
    bchalios committed Sep 8, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    38558cf View commit details
  2. tf: support TF session delete operation

    This call is necessary to allow resources used by the loaded Session
    (such as GPU memory) to be released.
    
    Signed-off-by: Babis Chalios <[email protected]>
    bchalios committed Sep 8, 2021
    Copy the full SHA
    dd65060 View commit details
Loading