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

WIP: Add DefaultSharpen and DefaultSmooth Ops #557

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 19, 2020

  1. Add DefaultSmooth and DefaultSharpen Ops

    Adapted from the implementations created by Barry Dezonia
    gselzer committed May 19, 2020
    Configuration menu
    Copy the full SHA
    7764e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cff8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b2822 View commit details
    Browse the repository at this point in the history
  4. Create regression tests

    gselzer committed May 19, 2020
    Configuration menu
    Copy the full SHA
    65b9bb5 View commit details
    Browse the repository at this point in the history
  5. Fix dimensionality check

    The dimensionality check seemed to fail the Op when the input had MORE
    than two dimensions. It should fail the Op when the input has LESS than
    two dimensions
    gselzer committed May 19, 2020
    Configuration menu
    Copy the full SHA
    dd53936 View commit details
    Browse the repository at this point in the history