source: src/ai

Revision Log Mode:


Legend:

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