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

fix: Allow full model compilation with collection inputs (input_signature) #1656

Merged
merged 2 commits into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. fix: Allow full model compilation with collection Inputs

    - Allow users to specify full model compilation when using
    `input_signature`, which allows for complex collection-based inputs
    - Enable "psuedo-partitioning" phase for input collections as well as
    output collections
    - Update `OutputIsCollection` to include dictionary outputs, and add
    function `InputIsCollection` to detect collection-based inputs during
    graph compilation
    - Remove automatic fallback for collection pack/unpack operations when
    using `input_signature` argument
    - Add collections tests to ensure full compilation is respected for
    input and output collections
    gs-olive committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    619b9a0 View commit details
    Browse the repository at this point in the history
  2. chore: Add samples of input_signature usage to docs

    - Add documentation to `README` for usage of input signature
    - Add documentation to "Getting Started" page for usage of input
    signature
    gs-olive committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    985f6a2 View commit details
    Browse the repository at this point in the history