Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-853] Fix for smooth_l1 operator scalar default value #12284

Merged
merged 5 commits into from
Sep 10, 2018

Commits on Sep 7, 2018

  1. changed smooth_l1 operator implementation to not use helper macros since

    they do not provide enough support for checking for arguments and
    setting custom default values
    Ubuntu authored and Sam Skalicky committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    aa4b632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc21b6 View commit details
    Browse the repository at this point in the history
  3. fixed whitespace

    Sam Skalicky committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e3cdce3 View commit details
    Browse the repository at this point in the history
  4. added curly braces for if/else to match mxnet style

    Sam Skalicky committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    756cc80 View commit details
    Browse the repository at this point in the history
  5. added more curly braces

    Sam Skalicky committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8a2e362 View commit details
    Browse the repository at this point in the history