- Timestamp:
- Jan 16, 2019, 11:47:06 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- c32d8b2
- Parents:
- 591f077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv1d.c
r591f077 r1aa6eb8 51 51 }; 52 52 53 static void aubio_conv1d_debug(aubio_conv1d_t *c, aubio_tensor_t *input_tensor); 53 static 54 void aubio_conv1d_debug(aubio_conv1d_t *c, aubio_tensor_t *input_tensor); 54 55 55 56 aubio_conv1d_t *new_aubio_conv1d(uint_t n_filters, uint_t kernel_shape[1]) … … 240 241 // get bias 241 242 bias = c->bias->data[i]; 242 stride_a = 0; // k* c->stride_shape243 stride_a = 0; // j * c->stride_shape 243 244 // for each output 244 245 for (j = 0; j < activations->shape[0]; j++) {
Note: See TracChangeset
for help on using the changeset viewer.