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

Minor fixes #7

Closed
wants to merge 4 commits into from
Closed

Minor fixes #7

wants to merge 4 commits into from

Commits on Jul 25, 2023

  1. Moved the typesets logic from the _dtype_device_wrapper_creator to _g…

    …et_dtypes to ensure that this can be used for functions like einops_reduce, which use the unsupported_dtypes attribute. Also replaced the inputs_to_ivy_arrays decorator in einops_reduce by inputs_to_native_arrays as einops.reduce accepts native arrays and specified thhe unsupported dtypes for tensorflow and paddle to get the tests passing
    vedpatwardhan committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cc389a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fixed a bug in the slicing logic for handling typesets and improved t…

    …he vocabulary of the block
    vedpatwardhan committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    24fede7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c85812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    747f6af View commit details
    Browse the repository at this point in the history