Changeset b496aa8 for src/ai/tensor.h


Ignore:
Timestamp:
Dec 29, 2021, 5:51:46 PM (3 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe
Children:
f90051d
Parents:
a5986ff
git-author:
Paul Brossier <piem@piem.org> (01/02/19 22:56:47)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:51:46)
Message:

[tensor] add get_subtensor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/tensor.h

    ra5986ff rb496aa8  
    5959uint_t aubio_fmat_as_tensor(fmat_t *o, aubio_tensor_t *c);
    6060
     61uint_t aubio_tensor_get_subtensor(aubio_tensor_t *t, uint_t i,
     62        aubio_tensor_t *st);
     63
    6164smpl_t aubio_tensor_max(aubio_tensor_t *t);
    6265
Note: See TracChangeset for help on using the changeset viewer.