cavis/libnd4j/tests_cpu/layers_tests
Oleh e8cbf5255a
Backpropagation implementation of mergemax, mergeadd and mergeavg ops (#343)
* libnd4j: first step of merge_max implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j fixed typos

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j some corrections for mergeMaxBp

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j some minor corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j test added for mergemax_bp

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j fixed several problems tests added, check with gradCheck

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j remove duplicated tests

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j split implementation of transforms ops into separate file implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j code clean up, added mergeavg_bp and mergeadd_bp, need testing

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j merge master, fixed typos and added tests

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j some minor fixes

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j added helper for mergeAddBp operation, this permits to skip nullify

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j file renaming changes and cuda some corrections, need some additional corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j some additional corrections for merge ops

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j more corrections per request for cuda more proper usage

Signed-off-by: Oleg <oleg.semeniv@gmail.com>
2020-03-25 08:40:30 +03:00
..
AllTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ArrayOptionsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
AtomicTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
AttentionTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BackpropTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BitwiseUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BooleanOpsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BroadcastableOpsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
BrodcastTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CMakeLists.txt libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CnpyTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConditionalTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantShapeHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ContextTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConvolutionTests1.cpp Shyrma weights format (#329) 2020-03-20 12:11:27 +03:00
ConvolutionTests2.cpp Shyrma weights format (#329) 2020-03-20 12:11:27 +03:00
CuDnnTests.cu Revert "OpenMP Threads execution (#297)" (#299) 2020-03-09 08:22:49 +03:00
CudaBasicsTests1.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaBasicsTests2.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaExtraArgumentsTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaLaunchHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DataBufferTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DataBufferTestsCuda.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DataTypesValidationTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests1.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests2.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests3.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests4.cpp correct output empty shapes deducing in split op (#311) 2020-03-12 18:25:54 +03:00
DeclarableOpsTests5.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests6.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests7.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests8.cpp avg/max pooling3d bp fixed (#323) 2020-03-16 18:17:42 +03:00
DeclarableOpsTests9.cpp correct output empty shapes deducing in split op (#311) 2020-03-12 18:25:54 +03:00
DeclarableOpsTests10.cpp correct output empty shapes deducing in split op (#311) 2020-03-12 18:25:54 +03:00
DeclarableOpsTests11.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests12.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests13.cpp Backpropagation implementation of mergemax, mergeadd and mergeavg ops (#343) 2020-03-25 08:40:30 +03:00
DeclarableOpsTests14.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests15.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests16.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests17.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTests18.cpp Learning updaters for gradient (#335) 2020-03-23 07:28:31 +03:00
DeclarableOpsTests19.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
DeclarableOpsTestsCuda1.cu Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
EmptyTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
ExtraArgumentsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
FlatBuffersTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
FlatUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphExecutionerTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphHolderTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphRandomGeneratorTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphStateTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GraphTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
HashUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
HelpersTests1.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
IndexingTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
JavaInteropCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
JavaInteropTests.cpp profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
LambdaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LaunchContextCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LegacyOpsCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LegacyOpsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
ListOperationsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
LoopCoordsHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MemoryUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MklDnnTests.cpp Tanh backpropagation mkldnn implementation (#308) 2020-03-13 19:01:00 +03:00
MmapTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MultiDataTypeTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
MultiDeviceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayConstructorsTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayCudaBasicsTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayListTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NDArrayTests.cpp profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
NDArrayTests2.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NativeOpsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
NlpTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
NodeTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OmpLaunchHelperTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OneOffTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTrackerTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTupleTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
PairwiseTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ParityOpsTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
PerformanceTests.cpp benchmarks fixes (#321) 2020-03-16 10:31:06 +03:00
PlaygroundTests.cpp [WIP] Shyrma coords (#305) 2020-03-11 16:21:59 +03:00
ProtoBufTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
QuantizationTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
RNGTests.cpp Shugeo random expo fix2 (#295) 2020-03-20 11:33:20 +03:00
ReduceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ResultSetTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SanityTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ScalarTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
ScopeTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ServerRelatedTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SessionLocalTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
ShapeTests2.cpp profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
ShapeUtilsTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SingleDimTests.cpp Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
SortCpuTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SortCudaTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SparseUtilsTest.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
StashTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
StringTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
SwitchTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
TadTests.cpp [WIP] Shyrma coords (#305) 2020-03-11 16:21:59 +03:00
ThreadsTests.cpp Revert "OpenMP Threads execution (#297)" (#299) 2020-03-09 08:22:49 +03:00
TypeCastTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableProxyTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableSpaceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
VariableTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
WorkspaceTests.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
WorkspaceTests.cu libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
suppressions.txt Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testinclude.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
testlayers.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00