Skip to content
Snippets Groups Projects

Vit operators

Merged Houssem ROUIS requested to merge (removed):vit_operators into dev
  • [Add] OperatorTensors with Kernel implementaiton and unit-tests
    • Erf
    • Concat
    • Gather
    • ReduceMean
    • Reshape
    • Slice
    • Transpose
  • [Softmax kernel] update to support doing the operation on the attribute axis and not on a fixed one.
Edited by Maxence Naud

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
6 * http://www.eclipse.org/legal/epl-2.0.
7 *
8 * SPDX-License-Identifier: EPL-2.0
9 *
10 ********************************************************************************/
11
12 #ifndef AIDGE_CPU_OPERATOR_SLICEIMPL_FORWARD_KERNEL_H_
13 #define AIDGE_CPU_OPERATOR_SLICEIMPL_FORWARD_KERNEL_H_
14
15 #include "aidge/utils/Registrar.hpp"
16
17 #include "aidge/backend/cpu/operator/SliceImpl.hpp"
18
19 namespace Aidge {
20 template <class I, class O>
21 void SliceImpl_cpu_forward_kernel(const std::vector<DimSize_t> inputDims,
  • Houssem ROUIS added 1 commit

    added 1 commit

    Compare with previous version

  • Houssem ROUIS added 2 commits

    added 2 commits

    Compare with previous version

  • Houssem ROUIS added 2 commits

    added 2 commits

    Compare with previous version

  • Houssem ROUIS added 4 commits

    added 4 commits

    Compare with previous version

  • Houssem ROUIS added 1 commit

    added 1 commit

    Compare with previous version

  • Houssem ROUIS mentioned in epic &2

    mentioned in epic &2

  • Houssem ROUIS added 4 commits

    added 4 commits

    • 3b6e6292 - fix python binding of concat by adding nb_in attr
    • 7717ad3c - minor code cleanings
    • fc2e005e - fix Slice outputDims and add test
    • 8dfe6ba6 - add more Registrar dims for Transpose

    Compare with previous version

  • Houssem ROUIS added 2 commits

    added 2 commits

    Compare with previous version

  • Houssem ROUIS marked this merge request as ready

    marked this merge request as ready

  • Cyril Moineau requested review from @pineapple

    requested review from @pineapple

  • Houssem ROUIS changed the description

    changed the description

  • Houssem ROUIS added 25 commits

    added 25 commits

    • bfdf7407...fafa52d8 - 24 commits from branch eclipse/aidge:master
    • 4260ba9f - Merge branch 'master' of gitlab.eclipse.org:hrouis/aidge_backend_cpu into vit_operators

    Compare with previous version

  • Houssem ROUIS added 1 commit

    added 1 commit

    Compare with previous version

  • assigned to @hrouis

  • Maxence Naud changed milestone to %v0.1.0

    changed milestone to %v0.1.0

  • Houssem ROUIS added 7 commits

    added 7 commits

    Compare with previous version

  • Houssem ROUIS added 4 commits

    added 4 commits

    Compare with previous version

  • Houssem ROUIS added 3 commits

    added 3 commits

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading