Skip to content

Instantly share code, notes, and snippets.

@joddiy
Last active March 30, 2020 06:53
Show Gist options
  • Save joddiy/ff7a5f8e8dd35668a2f300c26ad01cdb to your computer and use it in GitHub Desktop.
Save joddiy/ff7a5f8e8dd35668a2f300c26ad01cdb to your computer and use it in GitHub Desktop.

Added

Changed

  • Support multidirectional broadcasting for some operators: Add, Sub, Mul, Div, Pow, PRelu, Gemm

  • Reconstruct soonx, 1, support two types of weight value (Initializer and Constant Node); 2, for some operatos(BatchNorm, Reshape, Clip, Slice, Gather, Tile, OneHot), support moving some inputs to its arributes; 3, define and implement type conversion map. 4, fix some bugs within test cases.

  • Conv and Pooling support four bins padding(such as (2,3,2,3)), also support SAME_UPPER, SAME_LOWER pad mode and shape checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment