cavis/libnd4j/tests_cpu/layers_tests
Alex Black 68ea5f3688
Dev branch merge: dev_20190606 (#7904)
* correct logsoftmax looss (#2)

* Small SameDiff listener fix (#4)

* Various fixes (#6)

* #7839 Fix for asXMatrix and tests

* #7866 EmbeddingSequenceLayer dtype fix + test

* #7856 SameDiff save/load stream methods

* #7859 RegressionEvaluation rank 4 fix + tests + axis configuration

* EvaluationBinary 3d/4d

* More evaluation 3d/4d tests

* #7847 Evaluation empty checks

* Small test ifx

* #7848 Fix median edge case

* Improve DL4J samediff layer tests

* [WIP] FastText wrapper implemented (#8)

* FastText implemented

* Some fixes

* Fix shapes for wordsNearest

* Validation of input vectors

* Fixes

* Fixed test

* Thread tagged

* Some tweaks

* setContextClassLoader for DeallocatorServiceThread

* Numpy format tests (#1)

* Various fixes (#11)

* #7852 SameDiff gather fix

* #7892 SameDiff placeholder to constant conversion

* #7890 validate input rank for MLN/CG init methods

* Fix broken permute shape calculation

* Permute and gather fixes

* Tests

* #7850 LogSumExp fix + test

* Handful of test fixes

* Empty arrays with non-scalar shapes (#10)

* minor rearrangements for lambdas

* empty tensors with non-scalar shapes

* numpy empty tensors with non-scalar shapes

* few more empty tweaks

* Small fixes

* conv3d signature update

* micro fix in batchnorm mkldnn

* Import fixes

* Fix

* MKL-DNN update

* Small fill fix

* fill with empty input + test

* Fixes

* Small error improvement

* Fix

* one special test

* couple of fixes for lstm

* Rewrite TFGraphMapper.getNDArrayFromTensor to be maintainable and less error prone

* Fixes

* FP16

* Unsigned

* BFloat16

* Fill op - empty tweaks

* - couple of fixes for empty arrays construction
- stack updated

* strided slice fix

* one transform test

* provide method for reducing shapeInfo in case of input array is empty

* Fixed reduceAlongDimensions to use empty input properly.

* couple of broadcast tests

* couple of tests broadcast tests + tweak to make them pass

* add check of non-empty to methods producing sub-arrays

* Fixed reshapeC with zeros in shape.

* complete empty check in reduce_... legacy ops

* Concat and cumsum/prod

* Tweak to empty shape inference on import

* add empty check to the rest of reduce legacy ops

* one more test

* correct typo in evalReduceShapeInfoEmpty

* Added tests for reduce_* ops to tests with zero shapes.

* few more tests for empty reductions

* Fixed strided_slice op with empty case and tests.

* one more empty reduction test

* Fixed strided_slice test.

* add empty check to NDArray::reshapei

* infOrMax

* empty min/max with infinity tests

* made unstack working correctly with empty arrays

* few IndexReduce tests + tweaks for empty shapes

* add test for empty concat

* few tests fixed

* Validation fix for reductions on empty shapes

* Reverse fix

* Reduction shape calc fixes

* SameDiff.generateOutputVariable: don't use shape function to determine number of outputs

* Range fix

* - NDArray constructor updated for scalars/empty arrays
- few tests fixed

* More fixes

* Empty creator fixes

* concat fix

* concat fix

* TF import tests: allow 'both all NaN' and 'both all inf' to pass

* Slice, zero fraction, and reshape fixes

* transpose, gather

* Zero fraction

* scalar cast fix

* Empty reduction axis support

* few more tests fixed

* Fixed input checks conforming with TF for concat op and tests.

* few tests fixed

* matmul scalar shape fix

* Fixed checkout for data type and scalarity with concat to allow non-empty scalars with vector concats.

* broadcast bool fix

* few more tests

* few more tests

* correct evalReduceShapeInfoEmpty

* argmax/argmin + tests

* one more empty edge case + one more test

* argmax/argmin/realdiv_bp tweaks

* empty reshape test + fix

* Helper fixes

* Small fixes

* Gather test fix

* Gather test fix

* Small fixes

* reduce scalar zero values

* scalar mean workaround

* Remove debug code

* along dim mean workaround

* one more test

* - equalsTo() tweak for empty arrays
- one more test

* broadcast tweaks
2019-06-15 21:34:34 +10:00
..
AllTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ArrayOptionsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
AttentionTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
AveragingArrayTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BackpropTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BitwiseUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BooleanOpsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
BroadcastableOpsTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
BrodcastTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CMakeLists.txt Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CnpyTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ConditionalTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ConstantShapeHelperTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ContextTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ConvolutionTests1.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
ConvolutionTests2.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CudaBasicsTests1.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CudaBasicsTests2.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CudaExtraArgumentsTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
CudaLaunchHelperTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DataTypesValidationTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests1.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests2.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests3.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests4.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests5.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests6.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests7.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests8.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests9.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests10.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests11.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests12.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests13.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
DeclarableOpsTests14.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
DeclarableOpsTests15.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
EmptyTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
ExtraArgumentsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
FlatBuffersTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphExecutionerTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphHolderTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphRandomGeneratorTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphStateTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
GraphTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
HashUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
HelpersTests1.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
IndexingTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
JavaInteropCudaTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
JavaInteropTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LambdaTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LegacyOpsTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
ListOperationsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MemoryUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MmapTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MultiDataTypeTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
NDArrayConstructorsTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArrayCudaBasicsTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArrayListTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArrayTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NDArrayTests2.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
NlpTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
NodeTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OmpLaunchHelperTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OneOffTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpTrackerTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpTupleTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
OpsArena.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
PairwiseTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ParityOpsTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
PlaygroundTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ProtoBufTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
QuantizationTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
RNGTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ReduceTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ResultSetTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SanityTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ScalarTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ScopeTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ServerRelatedTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SessionLocalTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ShapeTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ShapeTests2.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ShapeUtilsTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SingleDimTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SparseUtilsTest.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
StashTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
StringTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
SwitchTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
TadTests.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
TypeCastTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
VariableProxyTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
VariableSpaceTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
VariableTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
WorkspaceTests.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
WorkspaceTests.cu Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
suppressions.txt Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testinclude.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
testlayers.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00