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

Forward Filtered::downcast_raw to wrapped Layer #1619

Merged
merged 4 commits into from
Oct 5, 2021

Commits on Oct 5, 2021

  1. Forward Filtered::downcast_raw to wrapped Layer

    If `Filtered::downcast_raw` can't resolve the type given to it, forward
    the type to the wrapped `Layer`'s `downcast_raw`, in case that `Layer`
    has overridden that method.
    bryanburgers committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    65ae64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683dbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb2ffa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ed452b View commit details
    Browse the repository at this point in the history