Changeset 977a5c3 for src/ai/conv1d.c
- Timestamp:
- Jan 10, 2019, 7:10:50 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- f392b88
- Parents:
- 057ecee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv1d.c
r057ecee r977a5c3 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.