- Timestamp:
- Dec 29, 2021, 5:51:57 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 72d4e42
- Parents:
- dd4e5d5
- git-author:
- Paul Brossier <piem@piem.org> (01/10/19 19:10:50)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv1d.c
rdd4e5d5 r1f7cb6a 43 43 aubio_tensor_t *kernel; 44 44 fvec_t *bias; 45 uint_t output_shape[2]; 46 uint_t padding_start; // {top, left}padding45 uint_t output_shape[2]; // shape of output 46 uint_t padding_start; // left padding 47 47 48 48 #if defined(HAVE_BLAS)
Note: See TracChangeset
for help on using the changeset viewer.