Skip to content

sizesof behavior should not differ across JAX and Torch backends #750

Description

@eb8680

#747 surfaced a behavioral difference between handlers.jax.sizesof and handlers.torch.sizesof in attempting to fuse their implementation: the JAX version allows int- and Array-typed free variables, while the Torch version allows only Tensor-typed free variables. I don't think there's any deep reason for that, so we should make them fully consistent.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions