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 thresholded_relu to support list datatype #16277

Merged
merged 3 commits into from
Mar 28, 2022
Merged

fix thresholded_relu to support list datatype #16277

merged 3 commits into from
Mar 28, 2022

Commits on Mar 21, 2022

  1. fix: thresholded_relu

    added support for list datatype
    old-school-kid authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    880cfc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. fix: update according to fchollet

    `dtype = self.compute_dtype` from `getattr` and removed cast of `theta`
    old-school-kid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    62cd177 View commit details
    Browse the repository at this point in the history
  2. remove: cast of theta

    old-school-kid authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b5414dc View commit details
    Browse the repository at this point in the history