Merged with dev
No related branches found
No related tags found
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
Showing
- src/operator/GatherImpl.cpp 14 additions, 12 deletionssrc/operator/GatherImpl.cpp
- src/operator/LeakyReLUImpl.cpp 29 additions, 7 deletionssrc/operator/LeakyReLUImpl.cpp
- src/operator/PowImpl.cpp 22 additions, 0 deletionssrc/operator/PowImpl.cpp
- src/operator/ReLUImpl.cpp 25 additions, 7 deletionssrc/operator/ReLUImpl.cpp
- src/operator/ReduceMeanImpl.cpp 51 additions, 40 deletionssrc/operator/ReduceMeanImpl.cpp
- src/operator/ReshapeImpl.cpp 12 additions, 12 deletionssrc/operator/ReshapeImpl.cpp
- src/operator/SqrtImpl.cpp 29 additions, 9 deletionssrc/operator/SqrtImpl.cpp
- unit_tests/data/Test_TensorImpl.cpp 192 additions, 0 deletionsunit_tests/data/Test_TensorImpl.cpp
- unit_tests/operator/Test_ReduceMeanImpl.cpp 52 additions, 26 deletionsunit_tests/operator/Test_ReduceMeanImpl.cpp
- unit_tests/scheduler/Test_Scheduler.cpp 43 additions, 1 deletionunit_tests/scheduler/Test_Scheduler.cpp
unit_tests/data/Test_TensorImpl.cpp
0 → 100644
Please register or sign in to comment