source: src/ai

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3837125   3 years Paul Brossier [conv2d] simplify padding modes enum, use _t suffix for type feature/crepe
(edit) @7ba59f1   3 years Paul Brossier [conv1d] fix plain version feature/crepe
(edit) @f352c75   3 years Paul Brossier [conv1d] improve comments, wrap long line feature/crepe
(edit) @0d16cf9   3 years Paul Brossier [conv2d] add simple blas version (im2row + gemm) feature/crepe
(edit) @1cbd27c   3 years Paul Brossier [conv2d] fix debug string feature/crepe
(edit) @b2e2cd0   3 years Paul Brossier [conv2d] remove relu feature/crepe
(edit) @49ac607f   3 years Paul Brossier [conv2d] fix debug string, clean up feature/crepe
(edit) @abb75ec   3 years Paul Brossier [activation] add header template feature/crepe
(edit) @387a5b1   3 years Paul Brossier [activation] add sigmoid and relu, in-place feature/crepe
(edit) @8f99431   3 years Paul Brossier [dense] remove activation function feature/crepe
(edit) @72d4e42   3 years Paul Brossier [conv1d] remove activation function feature/crepe
(edit) @1f7cb6a   3 years Paul Brossier [conv1d] improve comment and indentation feature/crepe
(edit) @1b6a0035   3 years Paul Brossier [maxpool2d] improve debug string feature/cnnfeature/crepe
(edit) @6bd83c1   3 years Paul Brossier [dense] improve debug string feature/cnnfeature/crepe
(edit) @b5b0ddd   3 years Paul Brossier [conv1d] improve debug string feature/cnnfeature/crepe
(edit) @d91fa83   3 years Paul Brossier [conv1d] avoid unused variable, update comment feature/cnnfeature/crepe
(edit) @c97f7ed   3 years Paul Brossier [conv1d] add second blas optimisation using gemv feature/cnnfeature/crepe
(edit) @337e70d   3 years Paul Brossier [conv1d] add first blas optimisation using sdot feature/cnnfeature/crepe
(edit) @b6097ac   3 years Paul Brossier [conv2d] set_stride accepts int[] feature/cnnfeature/crepe
(edit) @bee3d52   3 years Paul Brossier [batchnorm] improve debug string feature/cnnfeature/crepe
(edit) @4d452fb   3 years Paul Brossier [maxpool1d] improve debug string feature/cnnfeature/crepe
(edit) @3cbcc40   3 years Paul Brossier [maxpool2d] use first element to initialize output value, add stride feature/cnnfeature/crepe
(edit) @6c39d11   3 years Paul Brossier [maxpool1d] use first element to initialize output value, add a stride feature/cnnfeature/crepe
(edit) @6d1566e   3 years Paul Brossier [maxpool2d] add first draft implementation feature/cnnfeature/crepe
(edit) @a33c395   3 years Paul Brossier [tensor] add matmul feature/cnnfeature/crepe
(edit) @bacf0c6   3 years Paul Brossier [conv2d] add first plain draft feature/cnnfeature/crepe
(edit) @83ef8f0   3 years Paul Brossier [tensor] always use buffer in tensor_as_fvec feature/cnnfeature/crepe
(edit) @8359052   3 years Paul Brossier [tensor] add header feature/cnnfeature/crepe
(edit) @00d4f53   3 years Paul Brossier [dense] add first plain version feature/cnnfeature/crepe
(edit) @7b2a58c   3 years Paul Brossier [batchnorm] add first plain version feature/cnnfeature/crepe
(edit) @da7dbd3   3 years Paul Brossier [tensor] add some documentation feature/cnnfeature/crepe
(edit) @2396987   3 years Paul Brossier [tensor] remove old macro, add more public prototypes feature/cnnfeature/crepe
(edit) @49e7171   3 years Paul Brossier [tensor] add print helpers feature/cnnfeature/crepe
(edit) @f90051d   3 years Paul Brossier [tensor] add have_same_size feature/cnnfeature/crepe
(edit) @b496aa8   3 years Paul Brossier [tensor] add get_subtensor feature/cnnfeature/crepe
(edit) @a5986ff   3 years Paul Brossier [tensor] complet get_shape_string feature/cnnfeature/crepe
(edit) @533187f   3 years Paul Brossier [tensor] set initial max value to first element feature/cnnfeature/crepe
(edit) @0d9ef90   3 years Paul Brossier [tensor] view any tensor as fvec/fmat feature/cnnfeature/crepe
(edit) @2859f89   3 years Paul Brossier [tensor] set buffer, remove old comments feature/cnnfeature/crepe
(edit) @d3d72b7   3 years Paul Brossier [tensor] add buffer field, improve documentation feature/cnnfeature/crepe
(edit) @c61cf97   3 years Paul Brossier [tensor] add get_shape_string feature/cnnfeature/crepe
(edit) @a5199ad   3 years Paul Brossier [tensor] also set size when viewing fmat/fvec feature/cnnfeature/crepe
(edit) @83ec87f   3 years Paul Brossier [tensor] rename n_items to size, remove items_per_row feature/cnnfeature/crepe
(edit) @6ad67a5   3 years Paul Brossier [tensor] use new member names feature/cnnfeature/crepe
(edit) @97985d4   3 years Paul Brossier [maxpool1d] update to new tensor members feature/cnnfeature/crepe
(edit) @f4c5a95   3 years Paul Brossier [conv1d] update to new tensor members feature/cnnfeature/crepe
(edit) @b508ba6   3 years Paul Brossier [tensor] rename attributes to ndim and shape[] to match numpy feature/cnnfeature/crepe
(edit) @8f83f9c   3 years Paul Brossier [ai] add first maxpool1d draft feature/cnnfeature/crepe
(edit) @4cb5496   3 years Paul Brossier [ai] add first conv1d draft feature/cnnfeature/crepe
(add) @1fe822d   3 years Paul Brossier [ai] add first tensor draft feature/cnnfeature/crepe
Note: See TracRevisionLog for help on using the revision log.