Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Eclipse Deeplearning4j

Builds Eclipse Deeplearning4j
Collective - Host: opensource - https://opencollective.com/eclipse-deeplearning4j - Website: https://deeplearning4j.konduit.ai/ - Code: https://github.com/deeplearning4j/deeplearning4j

SameDiff cleanup and fixes (#12)

* #8160 Remove resolvePrepertiesFromSameDiffBeforeExecution

Signed-off-by: AlexDBlack <blacka...

github.com/deeplearning4j/deeplearning4j - d333d29099247876d86a3473ab7e0be42eebbb6b authored about 5 years ago by Alex Black <[email protected]>
[WIP] Some optimizations in dl4j (#11)

* Minor optimization.

* Reduce number of objects.

* Extend arrays when limit reached

* ...

github.com/deeplearning4j/deeplearning4j - d98784197a5a1c7a91a68bdf6213c49fb6c56e27 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Remove bad import (#13)

Signed-off-by: AlexDBlack <[email protected]>

github.com/deeplearning4j/deeplearning4j - 730442ae21e7d3564fc90d8e634c93540275f7a4 authored about 5 years ago by Alex Black <[email protected]>
SameDiff execution, TF and memory management overhaul (#10)

* SameDiff execution memory management improvements, round 1

Signed-off-by: AlexDBlack <black...

github.com/deeplearning4j/deeplearning4j - 3f0b4a2d4c31e056be9227ab436161861572d0d2 authored about 5 years ago by Alex Black <[email protected]>
Merge pull request #7 from KonduitAI/asto_nd4s_10172019

KDTree optimization

github.com/deeplearning4j/deeplearning4j - f31661e13b31a26e7d84e3b0fb51464ea7b57401 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Merge pull request #6 from KonduitAI/shyrma_broadcast

- replace condition isScalar() by condition length ==1 in some NDArra…

github.com/deeplearning4j/deeplearning4j - 35e6ffede4e2b378f5cdde9038ef56d7cf2abd94 authored about 5 years ago by raver119 <[email protected]>
- replace condition isScalar() by condition length ==1 in some NDArray methodds

Signed-off-by: Yurii <[email protected]>

github.com/deeplearning4j/deeplearning4j - 8f3eaebda5abb39b064c25ee928589e0193be9c1 authored about 5 years ago by Yurii <[email protected]>
Merge pull request #5 from KonduitAI/asto_nd4s_build_10192019

Fix nd4s compilation

github.com/deeplearning4j/deeplearning4j - 775402c9346620486158d50eecea06d8a68b04ab authored about 5 years ago by Alexander Stoyakin <[email protected]>
Fix compilation.

github.com/deeplearning4j/deeplearning4j - b556519e15da37d2347de3d53de669d76c9b515d authored about 5 years ago by Alexander Stoyakin <[email protected]>
Small URL fix (#8297)

Signed-off-by: AlexDBlack <[email protected]>

github.com/deeplearning4j/deeplearning4j - 7f06df5826929ae81b87238eebbfed92d6d51016 authored about 5 years ago by Alex Black <[email protected]>
Merge pull request #4 from KonduitAI/shyrma_lstm

Shyrma lstm

github.com/deeplearning4j/deeplearning4j - a4984d52d71e332546befb69575b5433d859e601 authored about 5 years ago by raver119 <[email protected]>
- minor change in recurrent.h

Signed-off-by: Yurii <[email protected]>

github.com/deeplearning4j/deeplearning4j - 99be467f763e580a43204fc63c22dee10c6eeced authored about 5 years ago by Yurii <[email protected]>
- write 2 versions of new lstmLayer: one is based on own code, second uses mkl dnn api

github.com/deeplearning4j/deeplearning4j - 70bd925abd102eeef60365e666337e1fe91bb7e0 authored about 5 years ago by Yurii <[email protected]>
Merge pull request #2 from KonduitAI/asto_ops_wrapper

[WIP] New ops wrapper

github.com/deeplearning4j/deeplearning4j - 630bb3c9b6e5f313dd2c00ce4175970f6aed3143 authored about 5 years ago by Alexander Stoyakin <[email protected]>
TF names fixed.

github.com/deeplearning4j/deeplearning4j - 9e5799847a207d9494fe5e52af1a6db7021ce7b2 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Register ops for TF import.

github.com/deeplearning4j/deeplearning4j - 502bedf5d5de5116cf3878370969293ed8df957e authored about 5 years ago by Alexander Stoyakin <[email protected]>
TF names added

github.com/deeplearning4j/deeplearning4j - ec722b20ee7ac52995b4589479a64521e0857cb2 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Ops exported for sameDiff

github.com/deeplearning4j/deeplearning4j - 99d77e138412309eb8411b8d91ec7613950ecd7c authored about 5 years ago by Alexander Stoyakin <[email protected]>
Merge pull request #1 from KonduitAI/shugeo_gamma

Shugeo gamma

github.com/deeplearning4j/deeplearning4j - 3662657d5c77eb395ec9a5b50c30a9242b5807de authored about 5 years ago by shugeo <[email protected]>
Added gamma and lgamma functions.

github.com/deeplearning4j/deeplearning4j - 24a2b2933f88e17779a7773639afa87d1ac9b8be authored about 5 years ago by shugeo <[email protected]>
Fixed output from operation.

github.com/deeplearning4j/deeplearning4j - 96a9a1a733f78884fe4209076180a176aae588ba authored about 5 years ago by Alexander Stoyakin <[email protected]>
Added declarations for igamma and igammac ops.

github.com/deeplearning4j/deeplearning4j - 7617682a46b14840c6c05957970380976e1b8564 authored about 5 years ago by shugeo <[email protected]>
Added igamma and igammac broadcastable ops implementations and tests.

github.com/deeplearning4j/deeplearning4j - 478a0c1f97cded2763080143f802b2dff71d4add authored about 5 years ago by shugeo <[email protected]>
Added broadcastable IGamma and IGammac ops.

github.com/deeplearning4j/deeplearning4j - 7103aca8c5644e4a665f49131a44f267546fe1b4 authored about 5 years ago by shugeo <[email protected]>
Added nd4j_gamma, nd4j_igamma and nd4j_igammac functions.

github.com/deeplearning4j/deeplearning4j - f90e6da97ea8af8d6720c055a32d753c0de9c888 authored about 5 years ago by shugeo <[email protected]>
Fixed shape for muli

github.com/deeplearning4j/deeplearning4j - c4307384f35b9e21b31fc6334c86fa8e10ed70d2 authored about 5 years ago by Alexander Stoyakin <[email protected]>
New ops wrappers

github.com/deeplearning4j/deeplearning4j - d5002b14c7774792399e7df83c9f83babefc3f08 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Update links (#8292)

Signed-off-by: AlexDBlack <[email protected]>

github.com/deeplearning4j/deeplearning4j - b9a4b0f25fe459ca3a1851cede247603d3cb4db3 authored about 5 years ago by Alex Black <[email protected]>
RL4J: Use Nd4j Random instead of java.util.Random (#8282)

* Changed to use Nd4j Random instead of java.util.Random

Signed-off-by: unknown <aboulang2002...

github.com/deeplearning4j/deeplearning4j - 171ce51f46137bfe7a678ee03eff4346c89ded56 authored about 5 years ago by Alexandre Boulanger <[email protected]>
Added gamma distribution functions.

github.com/deeplearning4j/deeplearning4j - df2448613e942baaa83d82e84f435bbf00e834c6 authored about 5 years ago by shugeo <[email protected]>
Merge remote-tracking branch 'konduit/master'

github.com/deeplearning4j/deeplearning4j - 2d750b69e5d09333432c6b3bc4c6583e74abfa56 authored about 5 years ago by AlexDBlack <[email protected]>
Merge pull request #10 from KonduitAI/shugeo_fake_quant2

Shugeo fake quant2

github.com/deeplearning4j/deeplearning4j - d5568df7b3dbf7240c666cc23f7bcb20371ae6d1 authored about 5 years ago by raver119 <[email protected]>
Added doc for fake_quant_with_min_max* op helpers cuda implementations.

github.com/deeplearning4j/deeplearning4j - ace65355c5afb551b596bb5bc3d8d19f07ac67ac authored about 5 years ago by shugeo <[email protected]>
Added doc for fake_quant_with_min_max* op helpers implementations.

github.com/deeplearning4j/deeplearning4j - c890de5a7b30925b77991c68c62c2ad611c51aae authored about 5 years ago by shugeo <[email protected]>
Refactored helpers both for cuda and cpu platforms.

github.com/deeplearning4j/deeplearning4j - c3f755d975d884a123ca25ecfb9bbc5b30be5e8d authored about 5 years ago by shugeo <[email protected]>
Added doc for fake_quant_with_min_max_per_channel op declaration.

github.com/deeplearning4j/deeplearning4j - a09cb5e2be064e6aae44add1d55fbbe158dfe89e authored about 5 years ago by shugeo <[email protected]>
Eliminated waste operator.

github.com/deeplearning4j/deeplearning4j - 92636b0b864ea877184f008813972606a32981b4 authored about 5 years ago by shugeo <[email protected]>
Implementation of cuda kernel for fake_quant_with_min_max_vars_per_channels op. Final revision.

github.com/deeplearning4j/deeplearning4j - d5b352273dc17aa28bceeaf9707201274c6d8518 authored about 5 years ago by shugeo <[email protected]>
Implementation of cuda kernel for fake_quant_with_min_max_vars_per_channels op.

github.com/deeplearning4j/deeplearning4j - 02d86166927cc804f2e74ab6f761fc92e4e491a6 authored about 5 years ago by shugeo <[email protected]>
Implemented fake_quant_with_min_max_vars_per_channel fop cuda helper. The first working revision.

github.com/deeplearning4j/deeplearning4j - 3504b0cda99fbb31fb2735a90c7b1d82fc4ae25c authored about 5 years ago by shugeo <[email protected]>
Refactored fake_quant_with_min_max_vars op cuda implementation.

github.com/deeplearning4j/deeplearning4j - 753565145c7c4d1cdbfe3380a26e003083c29821 authored about 5 years ago by shugeo <[email protected]>
Fixed fake_quant_with_min_max_vars op and tests.

github.com/deeplearning4j/deeplearning4j - c13e945a96491b1d4451a5fccbc1c594d5c9c1e4 authored about 5 years ago by shugeo <[email protected]>
Merge pull request #9 from KonduitAI/asto_nd4s_indexing

[WIP] Indexing for INDArray in nd4s

github.com/deeplearning4j/deeplearning4j - fa8105bf0f87c0c2a1ef7fbd964193b90f8ecd12 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Minor fix

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - 156fba4f7726052af6d9730e552e215aa3bb2ccb authored about 5 years ago by Alexander Stoyakin <[email protected]>
Operator :: for INDArray

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - be70bea359aed74e9fa7b539867b11296086b09b authored about 5 years ago by Alexander Stoyakin <[email protected]>
Refactored fake_quant_with_min_max_vars op.

github.com/deeplearning4j/deeplearning4j - 3c0c59ab889875bd0d0d6f542569490c4e1d5ddb authored about 5 years ago by shugeo <[email protected]>
Implemented fake_quant_with_min_max_per_channel helper for cpu platform. The first approach.

github.com/deeplearning4j/deeplearning4j - 352f1eee802475e88ba8b30a757f4b965875afa3 authored about 5 years ago by shugeo <[email protected]>
Indexing syntax changed

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - 0de8523ebd1cc007ac1b8e336e77bde5def1a47a authored about 5 years ago by Alexander Stoyakin <[email protected]>
Added input checks for op.

github.com/deeplearning4j/deeplearning4j - d0cbd33b0e7cff44807a56b9514c23a1247093d5 authored about 5 years ago by shugeo <[email protected]>
Added tests for fake_quant_with_min_max_vars_per_channel op.

github.com/deeplearning4j/deeplearning4j - 3a89e518115b4123fb44ff014a14624b3fa84c71 authored about 5 years ago by shugeo <[email protected]>
Merge pull request #8 from KonduitAI/asto_nd4s

[WIP] Indexing improvements in nd4s

github.com/deeplearning4j/deeplearning4j - f515151f5f3e60200fca728064ee21a8fd735d3b authored about 5 years ago by Alexander Stoyakin <[email protected]>
RL4J: Extract TD Target calculations (StandardDQN and DoubleDQN) (#8267)

Signed-off-by: Alexandre Boulanger <[email protected]>

github.com/deeplearning4j/deeplearning4j - 3aa51e210a7406f21ed3b478738b63f8cd69b9e8 authored about 5 years ago by Alexandre Boulanger <[email protected]>
More tests

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - 8472782d7f721ef67f47fe2607ad21a030fe9b3a authored about 5 years ago by Alexander Stoyakin <[email protected]>
The first approach for fake_quant_with_min_max_vars_per_channel op implementation.

github.com/deeplearning4j/deeplearning4j - cb56b0b06a3b47d0507da1255df694f3b26d01db authored about 5 years ago by shugeo <[email protected]>
Tests added

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - 4956048a11b9d439fc72405cdb52796655b391fb authored about 5 years ago by Alexander Stoyakin <[email protected]>
Some sugar

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - b36b3fa1aa8a9be7a809bfcfb4ca8843aea630c5 authored about 5 years ago by Alexander Stoyakin <[email protected]>
Merge pull request #7 from KonduitAI/shugeo_image_bordering

Shugeo image bordering

github.com/deeplearning4j/deeplearning4j - dbabd11f833c79449d2ebfc0b89df3fc54386ce7 authored about 5 years ago by shugeo <[email protected]>
The working implementation of draw_bounding_boxes op.

github.com/deeplearning4j/deeplearning4j - 8fe5a1fa966e7f7b5aaddad5ae58662404527496 authored about 5 years ago by shugeo <[email protected]>
nd4j-api cleanup. (#8273)

* nd4j-api cleanup.

Signed-off-by: Robert Altena <[email protected]>

* restore deleted schemes...

github.com/deeplearning4j/deeplearning4j - 50b13fadc81a780b3f062c8db7fb6d78ec3ff3c7 authored about 5 years ago by Robert Altena <[email protected]>
The first working implementation of cuda kernel for draw_bounding_boxes op helper.

github.com/deeplearning4j/deeplearning4j - 30a8af566c4a010b28f1869015d9fe015638916b authored about 5 years ago by shugeo <[email protected]>
Next approach of cuda imlementation for draw_bounding_boxes op helper.

github.com/deeplearning4j/deeplearning4j - ae09cfee3228df4f36f53bed4cea30f49f1f6f5f authored about 5 years ago by shugeo <[email protected]>
Refactored cpu implementatio and added cuda aproach.

github.com/deeplearning4j/deeplearning4j - 6cf3a8fa9c760e0644a4e98b7bd128c26d46990d authored over 5 years ago by shugeo <[email protected]>
Indexing demo

Signed-off-by: Alexander Stoyakin <[email protected]>

github.com/deeplearning4j/deeplearning4j - 7a1e32751694511fbb0f4f30c14165aa0dc72eb1 authored over 5 years ago by Alexander Stoyakin <[email protected]>
Working implementation of draw_bounding_boxes op for cpu.

github.com/deeplearning4j/deeplearning4j - 78443ffebf8210dc08c3979342b1f14f62409da8 authored over 5 years ago by shugeo <[email protected]>
Added helper declaration for draw_bounding_boxes op.

github.com/deeplearning4j/deeplearning4j - 16a66a65e3bb68a726807bd3c43123624904f42e authored over 5 years ago by shugeo <[email protected]>
Added test and helpers for draw_bounding_boxes op both cpu and cuda related.

github.com/deeplearning4j/deeplearning4j - 53a2ebddbeea4e9951852d70b76288f1072b5dab authored over 5 years ago by shugeo <[email protected]>
draw_bounding_boxes op implementation. Inital revision.

github.com/deeplearning4j/deeplearning4j - 8f70b4441f19ae54f6ae9b9a8663a19c4b5e6a4c authored over 5 years ago by shugeo <[email protected]>
Merge pull request #5 from KonduitAI/shugeo_divnonan_full

Added implementation for divide_no_nan op and tests.

github.com/deeplearning4j/deeplearning4j - b8f2a83a5af54fffffece93d52c072d13c9bb7d8 authored over 5 years ago by raver119 <[email protected]>
Added implementation for divide_no_nan op and tests.

github.com/deeplearning4j/deeplearning4j - 908e4c4912fbb552c77a676d763a0016cf86ddeb authored over 5 years ago by shugeo <[email protected]>
Merge pull request #4 from KonduitAI/revert-3-shugeo_div_no_nan

Revert "Implement divide_no_nan op."

github.com/deeplearning4j/deeplearning4j - 2381c514804c47f02e1d467b70f6bdbe506b1223 authored over 5 years ago by raver119 <[email protected]>
Revert "Implement divide_no_nan op."

github.com/deeplearning4j/deeplearning4j - cff26f13c5828b28904bc9612ecbb15aa992b4c2 authored over 5 years ago by raver119 <[email protected]>
Merge pull request #3 from KonduitAI/shugeo_div_no_nan

Implement divide_no_nan op.

github.com/deeplearning4j/deeplearning4j - bbfa41cbc850f5b92093cace418fbb0745aa0279 authored over 5 years ago by raver119 <[email protected]>
Implement divide_no_nan op.

github.com/deeplearning4j/deeplearning4j - 6eaca179d6aae4ac2d1fb60d32cf5d03a7bb34e5 authored over 5 years ago by shugeo <[email protected]>
Merge pull request #2 from KonduitAI/shugeo_bincast

[WIP] Shugeo bitcast

github.com/deeplearning4j/deeplearning4j - d2e98564d4950f0849921b0c0019f858fff3bcc2 authored over 5 years ago by raver119 <[email protected]>
refactoring activations. (#8261)

Signed-off-by: Robert Altena <[email protected]>

github.com/deeplearning4j/deeplearning4j - 1f4ad083056a194401e640303544bb22be06ece1 authored over 5 years ago by Robert Altena <[email protected]>
Implemented compare_and_bitpack op.

github.com/deeplearning4j/deeplearning4j - 130ee25682abdf432217b0873d35bf110b96d612 authored over 5 years ago by shugeo <[email protected]>
Refactored buffer copying to avoid wrong usage of buffers.

github.com/deeplearning4j/deeplearning4j - f3e42173ef731d67453041a8ea50ba8416928921 authored over 5 years ago by shugeo <[email protected]>
Added implementation of bitcast op.

github.com/deeplearning4j/deeplearning4j - 1c6173d21882bea8dfc5e7ab77104b1e3e8f7bca authored over 5 years ago by shugeo <[email protected]>
Added tests and fixed op name.

github.com/deeplearning4j/deeplearning4j - a27e61553a32ec279062ad9a4687f17f4fafc57f authored over 5 years ago by shugeo <[email protected]>
Added declaration for bincast op.

github.com/deeplearning4j/deeplearning4j - 863ff76878e7969a98ee20f2ac2d0573d25089d2 authored over 5 years ago by shugeo <[email protected]>
Merge pull request #1 from KonduitAI/shugeo_adjust

[WIP] Shugeo adjust

github.com/deeplearning4j/deeplearning4j - 62326542e920e905a6d355f24a1d68959c632433 authored over 5 years ago by raver119 <[email protected]>
Refactored implementation for adjust_contrast ops.

github.com/deeplearning4j/deeplearning4j - afeb524238f40a475d980baf72200a5b12277144 authored over 5 years ago by shugeo <[email protected]>
Added implementation for adjust_contrast_v2 op and tests.

github.com/deeplearning4j/deeplearning4j - 1575c704ae29cb16786b2d5d33885a2ca9b8eeeb authored over 5 years ago by shugeo <[email protected]>
[WIP] Broadcast changes (#8257)

* - provide correct call NDArray::applyBroadcast inside of NDArray::applyTrueBroadcast

Signed...

github.com/deeplearning4j/deeplearning4j - 44a8d19ac6982585c3626192b86180667344a05a authored over 5 years ago by raver119 <[email protected]>
RL4J: Fix QLearningDiscrete.setTarget() and add CartpoleNative (#8250)

* Fixed QLearningDiscrete.setTarget()

Signed-off-by: Alexandre Boulanger <aboulang2002@yahoo....

github.com/deeplearning4j/deeplearning4j - 5959ff47959864e58ac5e46956bfd1c3a8b8aeb8 authored over 5 years ago by Alexandre Boulanger <[email protected]>
Implementation of adjust_contrast op.

github.com/deeplearning4j/deeplearning4j - e06dfb5dcc26daa2cbe41f52e9c3f66df9522ab7 authored over 5 years ago by shugeo <[email protected]>
RL4J: Add VideoRecorder (#8106)

* Added VideoRecorder

Signed-off-by: unknown <[email protected]>

* Added missing head...

github.com/deeplearning4j/deeplearning4j - d5e98afcef65f95198c8ce2f2421acc725d0c136 authored over 5 years ago by Alexandre Boulanger <[email protected]>
SameDiff ops (#8247)

* update javadocs and a few method signatures

Signed-off-by: Ryan Nett <[email protected]>

...

github.com/deeplearning4j/deeplearning4j - f98f8be7b6ef1d95f29ad87835373c087a45ce50 authored over 5 years ago by Alex Black <[email protected]>
RL4J - AsyncTrainingListener (#8072)

* Code clarity: Extracted parts of run() into private methods

Signed-off-by: Alexandre Boulan...

github.com/deeplearning4j/deeplearning4j - 59f1cbf0c64e83ab6594d507cdb96f74306ab398 authored over 5 years ago by Alexandre Boulanger <[email protected]>
Fix Nadam updater clone missing schedule (#8243)

Signed-off-by: Steven Lang <[email protected]>

github.com/deeplearning4j/deeplearning4j - d58a4b45b17058ef5d5f8e71261405fadb99c835 authored over 5 years ago by Steven Lang <[email protected]>
Sparse matrix refactoring. (#8238)

* remove sparse method from INDArray.

Signed-off-by: Robert Altena <[email protected]>

* remov...

github.com/deeplearning4j/deeplearning4j - 83d958d53638550df2a98384d609ef0cb1178ecd authored over 5 years ago by Robert Altena <[email protected]>
fix build issues

Signed-off-by: raver119 <[email protected]>

github.com/deeplearning4j/deeplearning4j - 979ef13c0b28565800fc651693102d7bd2bf52c9 authored over 5 years ago by raver119 <[email protected]>
Merge remote-tracking branch 'fork/master'

github.com/deeplearning4j/deeplearning4j - 6b557f244139405ab300a925f7992f14b40e3c48 authored over 5 years ago by AlexDBlack <[email protected]>
Build fix - tsne random method signature (#259)

Signed-off-by: AlexDBlack <[email protected]>

github.com/deeplearning4j/deeplearning4j - c1bcbdda18ee77300b90bdc7fbb3d5aabe47999f authored over 5 years ago by Alex Black <[email protected]>
[WIP] Fixed signatures. SameDiff tests (#258) (#8233)

* Fixed signatures. SameDiff tests

Signed-off-by: Alexander Stoyakin <alexander.stoyakin@gmai...

github.com/deeplearning4j/deeplearning4j - 2bd69c004c8bad625e02eaade653fd4095a38972 authored over 5 years ago by raver119 <[email protected]>
[WIP] Fixed signatures. SameDiff tests (#258)

* Fixed signatures. SameDiff tests

Signed-off-by: Alexander Stoyakin <alexander.stoyakin@gmai...

github.com/deeplearning4j/deeplearning4j - bc2a7dd7ae56519080407153b60efe54794b8a31 authored over 5 years ago by Alexander Stoyakin <[email protected]>
Remove old datavec.spark.version tag (#8232)

Signed-off-by: AlexDBlack <[email protected]>

github.com/deeplearning4j/deeplearning4j - bdfeedb16dd49ba00e90544efd21eef5af4127bc authored over 5 years ago by Alex Black <[email protected]>
missed include for MklDnnTests run without mkldnn

Signed-off-by: raver119 <[email protected]>

github.com/deeplearning4j/deeplearning4j - 78bca543a8109a6d2132122c90da1678f96b91af authored over 5 years ago by raver119 <[email protected]>
Merge remote-tracking branch 'fork/master'

github.com/deeplearning4j/deeplearning4j - a66e03355e8764c2d71f87dcdf35bc878669b82d authored over 5 years ago by AlexDBlack <[email protected]>