cavis/libnd4j/include/ops/declarable
shugeo e09a785232 Shugeo resize fix5 (#102)
* Refactored resize images ops to use TF-like bool args as input.

* Refactored helpers for cpu implementation of resize_bilinear and resize_nearest_neighbor ops.

* Refactored cuda implementation for image.resize_bilinear and image.resize_nearest_neighbor ops helpers.

* Refactored nearest_neighbor resize op.

* Added a pair of tests for special case of resize_bilinear algorithm.

* Fixed issue with resize_bilinear op.

* Refactored cpu implementation for helpers with resize_nearest_neighbor op.

* Final fixed for resize ops to conform TF v.1.5

* Refactored cuda helpers for resize_neares_neighbor op.

* Fixed resize_bilinear to accept proper data.

* Fixed issue with non-float input for resize_bilinear op.

* Refactored cuda helper for resize_bilinear to proper process non-float inputs.

* Added tests for resize_bilinear to int inputs.

* Fixed ResizeBilinear wrapper

* Tests fixed

* Fixed float and bool constant to avoid overflow for some kind of compilers.

* Corrected float constants with float data type.

* Added f suffix for float constants.

* Corrected float constant to avoid overflow with initializing lists.

* Corrected float initializing list with float input.

* Corrected bool constant with initalizing list.

* Corrected float and bool values with initializing lists.

* Fixed wrong constant.

* Fixed issue with 1x1 input picture for resize.

* ResizeBilinear default values on import fix

Signed-off-by: raver119 <raver119@gmail.com>
2019-12-05 22:05:33 +03:00
..
generic Shugeo resize fix5 (#102) 2019-12-05 22:05:33 +03:00
headers Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
helpers Shugeo resize fix5 (#102) 2019-12-05 22:05:33 +03:00
impl [WIP] Create and small fix (#67) 2019-11-21 13:31:20 +03:00
platform DNNL/MKLDNN dilated causal conv1d + betainc (#103) 2019-12-04 14:50:17 +03:00
BooleanOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
BroadcastableOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
CustomOperations.h Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
DeclarableCustomOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
DeclarableListOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
DeclarableOp.h [WIP] Create and small fix (#67) 2019-11-21 13:31:20 +03:00
DeclarableReductionOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
EmptyHandling.h [WIP] Create and small fix (#67) 2019-11-21 13:31:20 +03:00
LegacyBroadcastBoolOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyBroadcastOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyIndexReduceOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
LegacyPairwiseTransformBoolOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyPairwiseTransformOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyRandomOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyReduce3Op.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyReduceBoolOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyReduceFloatOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyReduceLongOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyReduceOp.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LegacyReduceSameOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyScalarBoolOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyScalarOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyStatsOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyTransformAnyOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyTransformBoolOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyTransformFloatOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyTransformOp.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
LegacyTransformSameOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LegacyTransformStrictOp.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
LogicOp.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
OpDescriptor.h [WIP] size etc (#155) 2019-08-23 12:31:12 +03:00
OpRegistrator.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00
OpTuple.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
PlatformHelper.h Platform helpers (#8216) 2019-09-11 21:50:28 +03:00