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

Big interface overhaul #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 31, 2020

  1. Big interface overhaul

    Eliminate as much runtime checking as possible; create metaprogramming
    forwards from frontend to backend in a better (yet still imperfect) manner.
    
    We are reserving the right for the frontend names such as `conv()` to
    decide which backend to use at runtime, but for now, all `conv()` calls
    (but not all pooling calls) are dispatched at compile-time, which is nice.
    staticfloat committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e3fb37b View commit details
    Browse the repository at this point in the history