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

Simplify Tensor struct #98

Closed
wants to merge 5 commits into from
Closed

Simplify Tensor struct #98

wants to merge 5 commits into from

Commits on Sep 18, 2023

  1. Remove meta field from Tensor

    mofeing committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    11b0613 View commit details
    Browse the repository at this point in the history
  2. Refactor type of Tensor.inds field to ImmutableVector

    Reduce inference-time overhead due to `Tuple` specializations
    mofeing committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    116ba72 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    05f7700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ebcac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix hyperindex labelling

    mofeing committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dac9c68 View commit details
    Browse the repository at this point in the history