Skip to content

Commit

Permalink
Add animation description for numerical animations
Browse files Browse the repository at this point in the history
  • Loading branch information
vdumoulin committed Feb 26, 2016
1 parent d161236 commit d991f01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/generate_makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ animations = (
('padding_strides', ('arithmetic', 5, 3, 1, 3, 2, False)),
('padding_strides_transposed', ('arithmetic', 5, 3, 1, 3, 2, True)),
('padding_strides_odd', ('arithmetic', 6, 3, 1, 3, 2, False)),
('padding_strides_odd_transposed', ('arithmetic', 6, 3, 1, 3, 2, True))
('padding_strides_odd_transposed', ('arithmetic', 6, 3, 1, 3, 2, True)),
('numerical_no_padding_no_strides', ('numerical', 5, 3, 0, 3, 1, False)),
('numerical_padding_strides', ('numerical', 5, 3, 1, 3, 2, False)),
)

fields = ('type', 'input-size', 'output-size', 'padding', 'kernel-size',
Expand Down

0 comments on commit d991f01

Please sign in to comment.